Some basic examples of C language features and practices.
- Compile the selected file with your favorite compiler
- For gcc, use:
gcc <example_file.c> -o <output_name>
- For gcc, use:
- Run the created output file.
- While in the output directory, run:
./output_name
- While in the output directory, run: