Some practices I worked on when I started learning programming.
- Agenda manager: Programmed in C using linked lists, implemented with dynamic memory allocation, arrays, pointers and structs for the Programming Fundamentals subject. Available features:
- Search contact.
- Remove contact.
- Add contact.
- Modify phone number of a contact.
- List contacts.
- Save agenda to disk in txt file format.