This is a simple PhoneBook Application written in C that allows you to manage contacts with features like adding, viewing, searching, and deleting contacts. It also includes password protection for accessing the phonebook.
- Add a new contact (Name & Mobile Number)
- View all saved contacts
- Search for a contact by name
- Delete a contact
- Password protection with hint-based reset
- Simple text-based user interface
contact.txt- Stores all contacts (Name and Mobile number).phonebook.c- Main source code file containing all functionalities.
- C Language - Core language for the program logic.
- File Handling - To store and retrieve contacts.
- Command Line Interface - For user interaction.
Phonebook Home:
Phonebook Main Menu:

