Answers for "compile c program linux"

0

how to compile a c file in linux

gcc filename.c -o anyname
./anyname
Posted by: Guest on September-13-2021
-1

execute c program in linuz

$ ./programName
Posted by: Guest on December-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language