https://github.com/murags/alx-low_level_programming
low-level programming
https://github.com/murags/alx-low_level_programming
c hashtables libraries makefiles searching-algorithms
Last synced: 8 months ago
JSON representation
low-level programming
- Host: GitHub
- URL: https://github.com/murags/alx-low_level_programming
- Owner: Murags
- Created: 2022-09-08T08:09:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T09:44:59.000Z (over 2 years ago)
- Last Synced: 2025-01-09T07:45:33.773Z (9 months ago)
- Topics: c, hashtables, libraries, makefiles, searching-algorithms
- Language: C
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low-level programming
All the following are projects done ;
| Project-name | Description |
| ---- | ----------- |
| [`0x00-hello_world`](https://github.com/Murags/alx-low_level_programming/tree/master/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`](https://github.com/Murags/alx-low_level_programming/tree/master/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`](https://github.com/Murags/alx-low_level_programming/tree/master/0x02-functions_nested_loops) | It aims to learn about header files, functions, loops and nested loops in C language |
| [`0x03-debugging`](https://github.com/Murags/alx-low_level_programming/tree/master/0x03-debugging) | It aims to learn how to debug in C language |
| [`0x04-more_functions_nested_loops`](https://github.com/Murags/alx-low_level_programming/tree/master/0x04-more_functions_nested_loops) | It aims to learn about nested loops in C language |
| [`0x05-pointers_arrays_strings`](https://github.com/Murags/alx-low_level_programming/tree/master/0x05-pointers_arrays_strings) | It aims to learn about pointers and arrays in C language |
| [`0x06-pointers_arrays_strings`](https://github.com/Murags/alx-low_level_programming/tree/master/0x06-pointers_arrays_strings) | It aims to learn about pointers and arrays in C language |
| [`0x07-pointers_arrays_strings`](https://github.com/Murags/alx-low_level_programming/tree/master/0x07-pointers_arrays_strings) | It aims to learn about pointers and arrays in C language |
| [`0x08-recursion`](https://github.com/Murags/alx-low_level_programming/tree/master/0x08-recursion) | It aims to learn about recursion and how to implement it in C language |
| [`0x09-static_libraries`](https://github.com/Murags/alx-low_level_programming/tree/master/0x09-static_libraries) | It aims to learn about static libraries in C language |
| [`0x0A-argc_argv`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0A-argc_argv) | It aims to learn about how to use arguments passed to a program in C language |
| [`0x0B-malloc_free`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0B-malloc_free) | It aims to learn about automatic and dynamic allocation in C language |
| [`0x0C-more_malloc_free`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | It aims to learn about how to use `malloc`, `calloc`, `realloc` and `exit` functions in C language |
| [`0x0D-preprocessor`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0D-preprocessor) | It aims to learn about how to include guard in the header files and macros in C language |
| [`0x0E-structures_typedef`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0E-structures_typedef) | It aims to learn about structures and `typedef` in C language |
| [`0x0F-function_pointers`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0F-function_pointers) | It aims to learn about function pointers in C language |
| [`0x10-variadic_functions`](https://github.com/Murags/alx-low_level_programming/tree/master/0x10-variadic_functions) | It aims to learn about variadic functions in C language |
| [`0x12-singly_linked_lists`](https://github.com/Murags/alx-low_level_programming/tree/master/0x12-singly_linked_lists) | It aims to learn about linked lists in C language |
| [`0x13-more_singly_linked_lists`](https://github.com/Murags/alx-low_level_programming/tree/master/0x13-more_singly_linked_lists) | It aims to learn about linked lists in C language |
| [`0x14-bit_manipulation`](https://github.com/Murags/alx-low_level_programming/tree/master/0x14-bit_manipulation) | It aims at learning how to manipulate bits |