https://github.com/minasamirsaad/alx-low_level_programming
All steps and tasks that I used to learn C language with ALX
https://github.com/minasamirsaad/alx-low_level_programming
bit-manipulation c doubly-linked-list dynamic-libraries function-pointers malloc-free nested-loops pointer pointers-and-arrays recursion single-linked-list static-library
Last synced: 4 months ago
JSON representation
All steps and tasks that I used to learn C language with ALX
- Host: GitHub
- URL: https://github.com/minasamirsaad/alx-low_level_programming
- Owner: MinaSamirSaad
- Created: 2023-03-16T23:31:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T22:55:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T20:39:31.553Z (8 months ago)
- Topics: bit-manipulation, c, doubly-linked-list, dynamic-libraries, function-pointers, malloc-free, nested-loops, pointer, pointers-and-arrays, recursion, single-linked-list, static-library
- Language: C
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALX-low_level_programming
## Description
This project is about programming in C
## Directory
| Files | Description |
| ----- | ----------- |
| [0x00-hello_world](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x00-hello_world) | Using the compiler and first use of C |
| [0x01-variables_if_else_while](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x01-variables_if_else_while) | Learning of variables and conditions |
| [0x02-functions_nested_loops](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x02-functions_nested_loops) | Learning about loops, nested loops and functions |
| [0x03-debugging](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x03-debugging) | Learning how to debbug |
| [0x04-more_functions_nested_loops](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x04-more_functions_nested_loops) | Second part of loops, nested loops and functions |
| [0x05-pinters_arrays_strings](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x05-pointers_arrays_strings) | First part of Pointers, arrays and strings |
| [0x06-pointers_arrays_strings](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x06-pointers_arrays_strings) | Second part of Pointers, arrays and strings |
| [0x07-pointers_arrays_strings](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x07-pointers_arrays_strings) | Third part of Pointers, arrays and strings |
| [0x08-recursion](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x08-recursion) | Recursion with functions |
| [0x09-static_libraries](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x09-static_libraries) | Static libraries |
| [0x0A-argc_argv](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0A-argc_argv) | Learning about the arguments in the main |
| [0x0B-malloc_free](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | Learning about the memory and how to expand a memory |
| [0x0C-more_malloc_free](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | Second part of the memory |
| [0x0D-preprocessor](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0D-preprocessor) | Learning about the preprocessor |
| [0x0E-structures_typedef](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0E-structures_typedef) | Learning about structures and typedef and how to use them |
| [0x0F-function_pointers](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0F-function_pointers) | Learning about pointer to functions and function pointers |
| [0x10-variadic_functions](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x10-variadic_functions) | Learning about variadic functions |
| [0x12-singly_linked_list](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x12-singly_linked_lists) | Learning about data structure with linked lists |
| [0x13-more_singly_linked_lists](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x13-more_singly_linked_lists) | Second part of singly linked lists |
| [0x14-bit_manipulation](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x14-bit_manipulation) | Learning about bit manipulation |
| [0x15-file_io](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x15-file_io) | Learning about file descriptors and how open, close, read and write a file |
| [0x17-doubly_linked_lists](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x17-doubly_linked_lists) | Learning about doubly linked list |
| [0x18-dynamic_libraries](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x18-dynamic_libraries) | Learning about Dynamic libraries, create and modify them |
| [0x1A-hash_tables](0x1A-hash_tables) | Learning about Hash tables |
| [0x1C-makefiles](0x1C-makefiles) | Learning how to make files with Makefile and the rules |
## Author
[Mina Samir](https://www.linkedin.com/in/mina-samir-0a0765207/) [:octocat:](https://github.com/MinaSamirSaad)
[Twitter](https://twitter.com/MinasamirNashid)