DGclasher / phonebook-application

phonebook application using C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phonebook Application

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

  1. Add New Contact
  2. Search a contact
  3. List all contacts
  4. Modify a contact
  5. 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

About

phonebook application using C

License:MIT License


Languages

Language:C 100.0%