Started: February 15, 2024
Completed: February 28, 2024
Duration: 2 Weeks
A command-line based Contact Manager Application written in C. It allows users to add, view, search, update, and delete contacts. All data is stored in a text file using file I/O operations, and contacts are managed internally using linked lists.