Answers for "terminal compile and run c"

0

terminal compile and run c

// compile the code
gcc <file-name.c> -o <output-file-name>

// run the compiled code
./<output-file-name>
Posted by: Guest on March-19-2022

Code answers related to "terminal compile and run c"

Browse Popular Code Answers by Language