This repository contains my solutions and answers for various C programming language sheets and practice exercises.
The purpose of this repo is to document my learning journey in C, improve problem-solving skills, and provide reference solutions for others studying the language.
- Basic syntax and input/output
- Control structures (if, switch, loops)
- Functions and recursion
- Arrays and strings
- Pointers
- Structures
- File handling
- Other problem-solving exercises
These solutions are written as part of my practice. Feel free to explore, learn, and suggest improvements.