This folder contains some exercises I solved using the C programming language.
- Basic functions example
- Basic currency conversion example
- Basic array exercise finding the greatest element
- Basic 2D array exercise: find average per row
- Basic string reversing example
- Insertion-sort implementation
- Insertion-sort implementation (using data in nums.dat)
- Contact list (structs example)
- Reading a file (file name as argument)
- Writing in a file
- Persistence of structs
- Sockets example
- LinkedList implementation
- LinkedList deletion exercise
- Implementation of the Queue data structure
- Pipes example