Question: (C programming) Write me an addressbook that stores up to 10 addresses in memory. 1) Create a structure that has a firstname,lastname,phone 2) Create an
(C programming)
Write me an addressbook that stores up to 10 addresses
in memory.
1) Create a structure that has a firstname,lastname,phone
2) Create an array of 10 items of that structure type
3) Create a program with a menu:
1) Show an address
2) Change an address
3) Quit
4) To show an address, your program should ask the user which entry to show, then accesses that element and prints it
5) To edit an address, you should ask the user which item number
then ask them for the firstname,lastname,phone to store.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
