Projects includes basic fundamentals of C programming language as a low level programming language which it will be extensively introduced when projects preceeds
No. | Project |
---|---|
0x00 |
Hello World |
0x01 |
Variables, if, else, while |
0x02 |
Functions, nested loops |
0x03 |
Debugging |
0x04 |
More functions, nested loops |
0x05 |
Pointers, arrays, strings |
0x06 |
More pointers, arrays, strings |
0x07 |
Even more pointers, arrays, strings |
0x08 |
Recursion |
0x09 |
Static libraries |
0x0A |
argc, argv |
0x0B |
Malloc, free |
0x0C |
Malloc, free |
0x0C |
More malloc, free |
0x0D |
Preprocessor |
0x0E |
Structures, typedef |
0x0F |
Function pointers |
0x10 |
Variadic functions |
0x12 |
Singly linked lists |
0x13 |
More singly linked lists |
0x14 |
Bit manipulation |
0x15 |
File I/O |