A collection of C programming exercises designed to strengthen your understanding of low-level programming, algorithms, and system-level concepts.
For a comprehensive guide to each exercise and its objectives, please refer to the EXERCISE.md file.
This repository serves both as a personal archive and a resource for others who want to learn or review core C programming concepts. It reflects my learning journey and hands-on practice with topics such as variables, control structures, functions, array, loops, and more.
Topics include:
- ⚙️ Variables, Data Types & Operators
- 🔁 Control Flow (if, switch, loops)
- 📦 Arrays & Strings
- 🧰 Functions & Recursion
- 🚀 Basic Algorithms & Problem Solving
Feel free to fork this repo, add your own exercises, and submit pull requests. Sharing knowledge helps everyone grow!
This project is licensed under the MIT License.