You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command-line Address Book Management System built in C with a modular design. It supports adding, searching, editing, and deleting contacts with strong input validation for name, phone, and email. Contacts are stored persistently in a CSV file, and the system includes features like emergency contact support and auto-generated contact IDs.