Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started