Welcome to my C Programming repository! As a student passionate about learning and exploring the world of C programming, I've created this repository to share my journey with fellow students and enthusiasts.
In this repository, I share everything I've done with the C language in various modules, including data structures, algorithms, compilation, graph theory, and more, specifically in the field of ILISI (Software Engineering and Computer Systems Integration).
To compile and run the C programs in this repository, you'll need:
- A C compiler (e.g., GCC)
- A C development environment (e.g., Visual Studio Code, Code::Blocks, or any text editor of your choice)
- A terminal or command prompt to execute the programs
You can clone this repository using the following command:
git clone https://github.com/ismailza/C-Programming.git
Then, navigate to the cloned directory to access the content. You can run C programs by compiling them with a C compiler like gcc.
Contributions are welcome! If you'd like to contribute to this repository by adding your own C programming projects or improvements to existing ones, please follow these guidelines:
-
Fork the repository to your GitHub account.
-
Create a new branch for your changes:
git checkout -b feature/your-feature-name.
-
Make your changes and commit them with clear, descriptive commit messages.
-
Push your changes to your forked repository:
git push origin feature/your-feature-name.
- Create a pull request to merge your changes into the main repository.
Your contributions are greatly appreciated!
This project is licensed under the MIT License.