Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.29 KB

File metadata and controls

16 lines (9 loc) · 1.29 KB

Low-level programming

Module of Low-level programming , carried out during Full Stack Software Engineering studies at Holberton School.

Projects

All of the following folders are projects done during the studies:

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
0x03-debugging It aims to learn how to debug in C language
0x04-more_functions_nested_loops It aims to learn about nested loops in C language