Mini projects aimed at learning the C programming language.
- 00 -
list
: Playing with arrays in C. - 01 -
dict
: Trying to implement a dictionary in C and failing. - 02 -
ptr
: Pointer exercises trying to understand how pointers work. - 03 -
time
: Exercises using funcs intime.h
- 04 -
headers
: Exercises on referencing other funcs using self defined headers.