You are on page 1of 1

Contact Management System

Task: Design a system to store and maintain the contacts using visual studio and C programming.
The key features of the system can be arranged as follows.

1. Add new contact


2. List all contacts
3. Search Contacts
4. Edit Contacts
5. Delete contacts

A contact is a combination of Name, Phone Number, Address, Email & Fax number of a
person.
You must use file handling and data structures to store the data.

The following shows an example outputs of the code.

Functions: You must use functions to perform each task in this project.

Ex:

1. Adding Contacts
2. Searching a contact
3. Print screen
4. Delete a contact
5. Help
6. Statistics (Show all contacts)

The completeness of the program will contain the full marks out of 100. The workload should be
equally divided among the team members as your preference. There will be a VIVA session and
everyone will carry individual marks.

You might also like