This repository contains various C programming exercises, lab implementations, and homework assignments I completed during my university courses. These codes mainly focus on the basics of the C language including:
- Loops and conditionals
- Functions
- Arrays and strings
- File operations
- Pointer usage
- Simple algorithmic problems
Each folder is named according to the lab or assignment title. Some folders may contain additional README.txt files explaining the context or the problem statements.
These are beginner-level implementations created for educational purposes only. Feel free to use them as a reference or learning resource.