Question: write a program that stores a list of people with the following data this is for C programming First Name (length of 25 characters) Last
- write a program that stores a list of people with the following data this is for C programming
- First Name (length of 25 characters)
- Last Name (length of 25 characters)
- Birthdate (saved as a string in the format of mm/dd/yyyy)
- 3 Phone # (Home, Work, Cell, length of 15 characters each)
- Address Line 1 (length of 50 characters)
- Address Line 2 (length of 50 characters)
- City (length of 30 characters)
- State (length of 25 characters)
- Zip code (length of 10 characters)
You should have a menu that does the following:
- Displays the contacts information
- Adds a contact
- Updates a contacts information
Step by Step Solution
There are 3 Steps involved in it
To tackle this problem you will need to write a C program that manages a list of peoples contact information with the specified fields This involves using structures to store the contact data and writ... View full answer
Get step-by-step solutions from verified subject matter experts
