Answers for "compiling c program"

C
0

compile c program

$ gcc hello.c
$ ./a.out
Posted by: Guest on October-21-2021
0

compiling c

gcc filename.c -o filename.exe
Posted by: Guest on January-16-2022

Code answers related to "C"

Browse Popular Code Answers by Language