Module of Low-level programming and algorithm, carried out during FullStack Software Engineering studies at Alx Africa.
- Scripts written in Bash 5.0.17(1)
- C files are compiled using
gcc 9.4.0
- Tested on Ubuntu 20.04.1 LTS gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
All of the following folders are projects done during the studies:
Project name | Description |
---|---|
0x00-hello_world |
It aims to learn about what is entry point, basics commands (puts, printf, putchar), compilation process with gcc in C language |
0x01-variables_if_else_while |
It aims to learn about arithmetic operators, relational operators, boolean operators, comments, declaring variables and loops in C language |
0x02-functions_nested_loops |
It aims to learn about header files, functions, loops and nested loops in C language |