Skip to content

A collection of basic to intermediate C programs including sorting, searching, data structures, and number checks.

Notifications You must be signed in to change notification settings

rajs-portfolio/C_Programs_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of basic to intermediate C programs including sorting, searching, data structures, and number checks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published