Skip to content

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.

License

Notifications You must be signed in to change notification settings

dominicOT/iCodeC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCodeC

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.

Getting Started

To compile and run the programs in this repository, follow these steps:

Ensure that you have a C compiler installed on your system, such as GCC or Clang.

Clone this repository to your local machine using the following command:

git clone https://github.com/dominicOT/iCodeC.git

Navigate to the desired program's directory:

cd program-directory

Compile the program using the appropriate command:

gcc program-name.c -o program-name

Run the program:

./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.

Happy coding!

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages