Skip to content

Lee-Rice/c-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic C examples

Some basic examples of C language features and practices.

How to run

  1. Compile the selected file with your favorite compiler
    1. For gcc, use: gcc <example_file.c> -o <output_name>
  2. Run the created output file.
    1. While in the output directory, run: ./output_name

About

Basic C programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages