Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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~

image text in transcribedimage text in transcribed
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"

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions