Skip to content

πŸš€πŸŽ– Programming Fundamentals and Low-level programming training module

Notifications You must be signed in to change notification settings

SelikemAB/alx-low_level_programming

Repository files navigation

Low-level programming & Algorithm

A module of Low-level programming and algorithm, carried out during ALX Full Stack Software Engineering Program.

Technologies

  • C files are compiled using gcc 9.4.0
  • C files are written according to the Linux Kernel Coding Style.
  • Tested on Ubuntu 20.04

Files

All of the following files are programs written in C:

Filename 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
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
0x05-pointers_arrays_strings It aims to learn about pointers and arrays in C language
0x06-pointers_arrays_strings It aims to learn about pointers, strings and arrays in C language
0x07-pointers_arrays_strings It aims to learn about pointers,strings and arrays in C language
0x08-recursion It aims to learn about recursion and how to implement it in C language
0x09-static_libraries It aims to learn about static libraries in C language
0x0A-argc_argv It aims to learn about how to use arguments passed to a program in C language
0x0B-malloc_free It aims to learn about automatic and dynamic memory allocation in C language
0x0C-more_malloc_free It aims to learn about how to use malloc, calloc, realloc and exit functions in C language
0x0D-preprocessor It aims to learn about how to include guard in the header files and macros in C language
0x0E-structures_typedef It aims to learn about structures and typedef in C language

About

πŸš€πŸŽ– Programming Fundamentals and Low-level programming training module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages