This program is a project developed for the Programming Topics course. It implements an electronic contact book, allowing the user to add, edit, delete, and search for contacts.
Add
: Inserts a new person into the contact book.Delete
: Removes a person based on their name or CPF.Update
: Allows editing the details of an existing contact.List All
: Displays information for all registered contacts.Search
: Shows the details of a specific contact provided by the user.
- C Programming Language
- Gabriel José Nonnemacher - GabrielNonnemacher
MIT License - see the LICENSE file for details.