C, debugging, pointers, functions, malloc, recursion, argc-argv
This repository contains all my alx low level programming projects. Every project has a directory and each directory contains a README.md
file which provides detailed decription of the project and the tasks within the project.
-
0x00. Hello, World ↗
-
0x01. Variables, if, else, while ↗
-
0x02. Function, nested loop ↗
-
0x03. Debugging ↗
-
0x04. More functions, more nested loops ↗
-
0x05. Pointers, arrays and strings ↗
-
0x06. More pointers, arrays and strings ↗
-
0x07. Even more pointers, arrays and strings ↗
-
0x08. Recursion ↗
-
0x09. Static libraries ↗
-
0x0A. argc, argv ↗
-
0x0B. malloc, free ↗
-
0x0C. More malloc, free ↗
-
0x0D. Preprocessor ↗
-
0x0E. Structures, typedef ↗
-
0x0F. Function pointers ↗
-
0x10. Variadic functions ↗
-
0x11. printf ↗
-
0x14. Bit manipulation ↗