This repository contains a collection of basic C program codes. These programs are intended to serve as examples and learning resources for those who are new to C programming or looking to refresh their skills.
To compile and run the programs in this repository, follow these steps:
git clone https://github.com/dominicOT/iCodeC.git
cd program-directory
gcc program-name.c -o program-name
./program-name
Feel free to explore and modify the programs as needed. Contributions and improvements to the existing code are welcome. If you encounter any issues or have suggestions, please open an issue in the repository.