Question: This is in C 3. Create a phone book program that enables users to enter names and phone numbers of friends and acquaintances. Create a

This is in C
3. Create a phone book program that enables users to enter names and phone numbers of friends and acquaintances. Create a structure to hold contact information, and use calloc() to reserve the first memory segment. The user should be able to add or modify phone book entries through a menu. Use the realloc() function to add contiguous memory segments to the original memory block when a user adds a new phone book entry
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
