Skip to content

AbdelmawlaFellani/alx-low_level_programming

Repository files navigation

ALX Low Level Programming

This repository contains a collection of projects and exercises related to low-level programming in the C language. These projects were completed as part of the ALX Software Engineering program.

Table of Contents

Description
Projects
Technologies Used
Setup
Usage
Contributing
License

Description

Low-level programming involves working directly with computer hardware and software. It requires a good understanding of computer architecture, memory management, and other technical aspects of programming.

The projects in this repository cover a wide range of topics related to low-level programming, including:

Data structures and algorithms
Memory management
Bit manipulation
File I/O
Shell scripting

Each project is contained in its own folder, with a README file that describes the project and its requirements.

Projects

The projects in this repository are:

0x00-hello_world
0x01-variables_if_else_while
0x02-functions_nested_loops
0x03-debugging
0x04-more_functions_nested_loops
0x05-pointers_arrays_strings
0x06-pointers_arrays_strings
0x07-recursion
0x08-static_libraries
0x09-argc_argv
0x0A-malloc_free
0x0B-more_malloc_free
0x0C-preprocessor
0x0D-structures_typedef
0x0E-function_pointers
0x0F-variadic_functions
0x10-printf
0x12-singly_linked_lists

Technologies Used

The projects in this repository were written in C and compiled using gcc on Ubuntu 20.04 LTS. Setup

To set up the environment for these projects, you will need to have the following installed:

Ubuntu 20.04 LTS
gcc compiler

Usage

To use these projects, simply navigate to the desired project folder and follow the instructions in the README file.

Contributing

Contributions to this repository are welcome. If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages