Welcome to my collection of C programming exercises! This repository includes a variety of challenges designed to help learn and practice C programming. Whether you're just starting out or looking to enhance your skills, these exercises cover everything from basic concepts to more advanced topics.
This repository contains C programming exercises that I’ve worked on to improve my skills. Each exercise has the problem statement, followed by the solution code. Feel free to explore, modify, and use them for practice or learning!
To run the exercises, you’ll need a C compiler installed.
- A C compiler (e.g., GCC for Linux/macOS or MinGW for Windows)
- A text editor or IDE (e.g., VS Code, Sublime Text, VIM)
- Clone the repository:
git clone https://github.com/AchilleasMakris/C-Projects.git cd c-project