Skip to content

clintjason/C-Tutorials

Repository files navigation

C Tutorials

This is a C Repo to push various C tutorials.

Usage

  • Download the repository
  • Choose a C program you want to run.
  • Open the file read and understand it.
  • In the terminal navigate to the project directory
  • Run the code with ./<name_of_executable> if you don't want to compile the code again.
  • Otherwise compile it again with the command gcc <program_name> -o <define_executable_name>

License

This project is under the MIT License.

About

This is a C Repo to push various C tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages