[solved] – Question 80078
Declare a structure telerec in C++, containing name (20 characters) and telephone number. Write a program to maintain a file of telephone records. The program should allow the following functions on the file:
1) To append records in the file.
2) Display the name for a given telephone number. If the telephone number does not exist then display error message “record not found”.
3) Display the telephone number(s) for a given name. If the name does not exist then display error message “record not found”.
Expert Answer
OR

