A contact management system is to be created using the file system. It has to add the contacts with the information name, phone number, address and email. It has to list all the contacts in the sorted order(alphabetical order) with their respective contact details(name, phone number, address, email). It has to search the contacts using the name and phone number, if not present in the contact list print not available in the list. It has to edit the contact details if users asks and the user can edit the details of contact of his choice. if the user wants to delete the contact it should be done.
the entire program should be done using the file system in c. the modules should be add, delete, list, search and edit. (Please do it asap. THANKS IN ADVANCE)
Comments
Leave a comment