Welcome to C Learning Space, a repository dedicated to exploring and mastering the C programming language. This space serves as a collection of my academic assignments, personal practice sessions, and self-learning projects.
The repository is organized into the following folders:
- College_Work: Contains assignments and projects from my college coursework.
- Explore 360: Includes code snippets and exercises from my personal practice sessions.
To explore or contribute to the projects:
-
Clone the Repository:
git clone https://github.com/dev-kant-kumar/C-Learning-Space.git
-
Navigate to the Desired Folder:
cd C-Learning-Space/College_Work
-
Compile and Run a C Program:
gcc -o program_name source_file.c ./program_name
Replace
program_name
with your desired executable name andsource_file.c
with the C source file you wish to compile.
Feel free to fork the repository, make improvements, or add new projects. Contributions are welcome!
This repository is licensed under the MIT License. See the LICENSE file for more details.