Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 847 Bytes

File metadata and controls

38 lines (24 loc) · 847 Bytes

C Programs Repository

This repository contains a variety of C programs written during my learning journey in programming and data structures.

It includes a mix of:

  • Basic programs
  • Sorting and searching algorithms
  • Data structures (Stacks, Queues, Linked Lists)
  • Number theory and math-related programs
  • Menu-driven and miscellaneous logic-based problems

📁 Structure

All files are written in C and organized in the root directory for easy access.

You can:

  • Clone or download this repo
  • Compile the .c files using a C compiler (e.g., GCC)
  • Run them in your local terminal or IDE

⚠️ Disclaimer

These are practice programs for educational purposes only. File names may not follow strict naming conventions.


✅ Example Usage

To compile and run any file:

gcc filename.c -o output
./output