This project is for candidates to 42born2code finishing their pool, it's basic C exercises and small projects (4 hours max per project)
./pointers In this part, some exercises about basic pointers operations and pointers' aritmetic pointers swap, pointers additions, substractions etc
./strings Some exercises about strings operations. strlen, strcpy, strrev etc
./struct Exercises about creating an appropriate struct, how to use it efficiently and destroy its instances
./files Easy stuff about opening a file, reading, writing, and close it.
./data Some exercises about data process, from really easy to fair but tricky itoa, atoi, itoa_base, atoi_base (base up to 16)
./rebase Some exercises about integer rebasement, mainly theory, some applications.