2. Write a complete C program for implementing the followingtask:Suppose you want to make a contact list for your record. Foreach contact you will be able to save the contact and can also edit and...


2. Write a complete C program for<br>implementing the followingtask:Suppose you<br>want to make a contact list for your record.<br>Foreach contact you will be able to save the<br>contact and can also edit and deleteit. Each<br>record contains the following fields: Name,<br>Mobile no,email, Address, Gender, Age,<br>Organization. Write an interactive program<br>that ask the followingsPress 1 to add a<br>recordPress 2 to save a recordPress 3 to<br>edit a recordPress 4 to delete a recordPress<br>5 to display recordsPress 6 to exitWhenever<br>you add/delete/modify a people, the above<br>fields willbe asked, and upon the completion<br>of these data you will save their records.<br>The output of the records should be<br>displayed in the table format, e.g.<br>Sno<br>Address<br>Name<br>Mobile no<br>Gender Age<br>abc<br>email<br>Organization<br>xyz@gmail.com<br>BMU<br>1234567890<br>pqrst<br>M<br>25<br>uvw@gmail.com<br>SNU<br>2<br>def<br>2134567890<br>ijklm<br>F<br>31<br>

Extracted text: 2. Write a complete C program for implementing the followingtask:Suppose you want to make a contact list for your record. Foreach contact you will be able to save the contact and can also edit and deleteit. Each record contains the following fields: Name, Mobile no,email, Address, Gender, Age, Organization. Write an interactive program that ask the followingsPress 1 to add a recordPress 2 to save a recordPress 3 to edit a recordPress 4 to delete a recordPress 5 to display recordsPress 6 to exitWhenever you add/delete/modify a people, the above fields willbe asked, and upon the completion of these data you will save their records. The output of the records should be displayed in the table format, e.g. Sno Address Name Mobile no Gender Age abc email Organization [email protected] BMU 1234567890 pqrst M 25 [email protected] SNU 2 def 2134567890 ijklm F 31

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here