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.
Display the telephone number(s) for a given name. If the name does not exist then display error message "record not found"
Comments
Leave a comment