Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.35 KB

File metadata and controls

45 lines (27 loc) · 1.35 KB

WhatsApp Image 2025-01-11 at 20 32 19_fd2c2ff7

C Learning Space

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.

Repository Structure

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.

Getting Started

To explore or contribute to the projects:

  1. Clone the Repository:

    git clone https://github.com/dev-kant-kumar/C-Learning-Space.git
  2. Navigate to the Desired Folder:

    cd C-Learning-Space/College_Work
  3. Compile and Run a C Program:

    gcc -o program_name source_file.c
    ./program_name

    Replace program_name with your desired executable name and source_file.c with the C source file you wish to compile.

Contributing

Feel free to fork the repository, make improvements, or add new projects. Contributions are welcome!

License

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