Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
/ C-Programs Public archive

A collection of structured and well-commented C programs tackling basic to intermediate problems — from loops and arrays to functions and pattern printing, ideal for foundational learning.

Notifications You must be signed in to change notification settings

Daksh-Aggarwal/C-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS REPOSITORY IS NO LONGER MAINTAINED
This project is archived and will not receive updates or support.

C Programming Practice Programs

Welcome to my collection of C programming projects! Here, you'll find a variety of programs created primarily for practice. Each program demonstrates different concepts and techniques in C, helping me (and hopefully you!) deepen understanding of the language.

🚀 Getting Started

To get a copy of this repository on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Daksh-Aggarwal/C-Programs.git
  2. Navigate to the project directory:

    cd C-Programs
  3. Compile the C programs: Use a C compiler like gcc to compile the programs:

    gcc program_name.c -o program_name
  4. Run the compiled program:

    • On Linux/macOS:
      ./program_name
    • On Windows:
      program_name.exe

📂 Folder Structure

  • Arrays/ – Programs related to array manipulation and algorithms
  • File Handling/ – Programs demonstrating file input/output operations
  • Functions/ – Programs using functions, recursion, and modular code
  • Loops/ – Programs using loops and pattern printing
  • Pointers/ – Programs demonstrating pointer usage
  • Recursion/ – Recursive solutions to classic problems
  • Storage Classes/ – Examples of C storage classes
  • Strings/ – String manipulation and algorithms
  • Structures/ – Programs using structures and nested structures
  • Union/ – Programs demonstrating unions
  • Others/ – Miscellaneous C programs

🛠️ Technologies Used

  • C Programming Language
  • Compiled and tested with gcc

🤝 Contributing

Contributions are welcome! If you have suggestions for improvements or additional features, feel free to fork the repository and submit a pull request. Please ensure your code is well-documented and follows the existing style.

⭐ Support

If you find this repository helpful, please consider starring ⭐ it on GitHub! Your support motivates me to keep improving and sharing more resources.

📫 Contact

If you have any questions or feedback, feel free to reach out to me on GitHub!

Thank you for checking out my C programming practice repository. Happy coding! 😊

About

A collection of structured and well-commented C programs tackling basic to intermediate problems — from loops and arrays to functions and pattern printing, ideal for foundational learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages