Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 967 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 967 Bytes

PHONEBOOK MANAGEMENT SYSTEM

ABSTRACT :

Phone book application is primarily meant for keeping the records of the persons.Personal information such as name, phone number, email and address are asked while adding a record into the Phonebook. These records can then be modified, listed, searched for and removed. This helps in getting all information of a person very efficiently.

PROJECT DESCRIPTION :

Adding new records, listing them, modifying them and updating, search for contacts saved, and deleting the phonebook records are the basic functions which make up the main menu of this Phonebook application.Doubly linked lists and strings are used for storing the contacts’ mobile numbers and other personal information. The menu of this phonebook management system will have options to add new contact, update existing contact, delete a contact, search for a particualr contact ,list the contacts in alphabetical order, veiw recently searched contacts.