Question: Please use c language to write it~ Create a console-based application to keep track of names, mobile numbers and c-mail addresses of users. Requirements File

Please use c language to write it~

Please use c language to write it~ Create a console-based application tokeep track of names, mobile numbers and c-mail addresses of users. Requirements

Create a console-based application to keep track of names, mobile numbers and c-mail addresses of users. Requirements File 1/O . String Handling . Pointers, Structures and Dynamic Memory Handling 1. You need to include the following features in the project. 8 Marks Add user Add a user name . Add phone numbers to the newly added user Add c-mail addresses to the newly added user Search user . Search a user by name. . Search user by phone number. . Search user by e-mail address. List all users . Exit the application. 2. You need to take care of important aspects, like modularity (use separate functions for different requirements); clean coding practices, promoting re-usability in the code. 2 Marks 3. You also need to maintain documentation for your prepared application. 5 Marks . Show the skeleton of the program for the application. . Discuss design and validation of each feature of the application. Share the screenshot of each operation of an application's feature. For example, suppose in a book record application, I want to edit the book's record. The design of edit the book's record module is as follows:+- -+ STATE LIBRARY+ Main Menu Enter Book Id to be edited: -+ Press [1] add books Press [2] delete books Press [3] Search Books Press [4] Issue books Press [5] view book list Press [6] edit book's record Press [7] close application Enter Menu Number Here: The validation of edit the book's record module is as follows: Unique book ID need to be inserted to modify a book wrong insertion of book will result in error message will pops up "Modify another Record?(Y/N) Press ENTER to return to main menu&quot

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!