This section is all about low level programming in C and includes the following projects:
* 0x00. C - Hello, World [Feb 6 19...Feb 7 19]
* 0x01. C - Variables, if, else, while [Feb 7 19...Feb 8 19]
* 0x02. C - Functions, nested loops [Feb 11 19...Feb 13 19]
* 0x03. C - More functions, more nested loops [Feb 14 19...Feb 15 19]
* 0x04. C - Pointers, arrays and strings [Feb 18 19...Feb 20 19]
* 0x05. C - More pointers, arrays and strings [Feb 21 19...Feb 22 19]
* 0x06. C - Even more pointers, arrays and strings [Feb 25 19...Feb 26 19]
* 0x07. C - Recursion [Feb 27 19...Feb 28 19]
* 0x08. C - Static libraries [Feb 28 19...Mar 4 19]
* 0x09. C - argc, argv [Feb 28 19...Mar 4 19]
* 0x0A. C - malloc, free [Mar 5 19...Mar 6 19]
* 0x0B. C - More malloc, free [Mar 7 19...Mar 8 19]
* 0x0C. C - Preprocessor [Mar 11 19...Mar 12 19]
* 0x0D. C - Structures, typedef [Mar 11 19...Mar 12 19]
* 0x0E. C - Function pointers
* 0x0F. C - Variadic functions [Mar 15 19...Mar 18 19]
* 0x10. C - printf [Mar 15 19...Mar 20 19]
* 0x13. C - Bit manipulation [Mar 28 19...Mar 29 19]
* 0x11. C - Singly linked lists [Mar 21 19...Mar 22 19]
* 0x12. C - More singly linked lists [Mar 25 19...Mar 27 19]
* 0x17. C - Doubly linked lists [May 3 19...May 6 19]
* 0x19. C - Stacks, Queues - LIFO, FIFO [May 14 19...May 17 19]
* 0x1A. C - Hash tables [May 31 19...Jun 5 19]
* 0x1B. C - Sorting algorithms & Big O [Jun 14 19...Jun 20 19]
* 0x1D. C - Binary trees [Jul 22 19...Jul 27 19]
* 0x1E. C - Search Algorithms [Aug 27 19...Aug 30 19]
* 0x15. C - File I/O
* 0x16. C - Simple Shell
