A simple Phonebook Application
Clone this repo:
git clone https://github.com/DGclasher/phonebook-application
cd phonebook-application
Compile it:
gcc phonebook.c -o phonebook
Execute it:
./phonebook.exe
The basic operations that can be done using this programme are
- Add New Contact
- Search a contact
- List all contacts
- Modify a contact
- Delete a contact
The screenshots of the operations are provided below
Menu
Adding a new Contact
Searching for a Contact
List all Contacts
Modify a Contact
Delete a Contact