100% found this document useful (1 vote)
1K views1 page

Contact Management System

The document outlines requirements for designing a contact management system using C programming and Visual Studio. The system must store contacts with name, phone number, address, email, and fax in a file using data structures. It must provide functions for adding, listing, searching, editing, and deleting contacts. Example outputs are required and marks will be given based on the system's completeness during a viva session.

Uploaded by

cos19890628
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views1 page

Contact Management System

The document outlines requirements for designing a contact management system using C programming and Visual Studio. The system must store contacts with name, phone number, address, email, and fax in a file using data structures. It must provide functions for adding, listing, searching, editing, and deleting contacts. Example outputs are required and marks will be given based on the system's completeness during a viva session.

Uploaded by

cos19890628
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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