C Programming
This repo consists of all project assgined by ALX Africa, as part of SE Program foundations.
- 0x00 : Hello, World.
- 0x01 : Variables,if,else,while.
- 0x02 : Functions, nested loops.
- 0x03 : Debugging.
- 0x04 : More Functions and nested loops.
- 0x05 : Pointers, arrays and strings.
- 0x06 : More pointers, arrays and strings.
- 0x07 : Even more pointers, arrays and strings.
- 0x08 : Recursion.
- 0x09 : C static libraries.
- 0x0A : Arguments and their declaration.