Answers for "how to run .C files in linux terminal"

4

how to run c file in linux

gcc fileName.c -o fileName //compiles it
./fileName				   //runs it
Posted by: Guest on March-03-2021
4

how to run c in linux

gcc hexdump.c -o hexdump //hexdump is an example for a file name
Posted by: Guest on August-05-2020
0

how to run .C files in linux terminal

Print C files in Linux terminal (gcc installed)
Posted by: Guest on October-02-2021

Code answers related to "how to run .C files in linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language