A telephone book written in C. This Program will create and maintain a phone directory using the file handling in C language , allows the user to execute the following commands : Load, Query , Add, Delete , Modify , Print , Save and Quit.
The used data structures:
Structure : the structure is representing a contact containing the first name , last name , city , address and phone number.
Arrays : to read and write the data through the file.