Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 831 Bytes

File metadata and controls

16 lines (14 loc) · 831 Bytes

Programming-Fundamentals-in-C-Practices

Some practices I worked on when I started learning programming.

Implementation

  • 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.