Answers for "compile with gcc"

2

compile with gcc

#Copy and paste this line in your terminal to compile your file with gcc
gcc -Wall filename.c -o filename
#To execute the file
./filename
Posted by: Guest on November-14-2020
2

compile with gcc

#Copy and paste this line in your terminal to compile your file with gcc
gcc -Wall filename.c -o filename
#To execute the file
./filename
Posted by: Guest on November-14-2020

Browse Popular Code Answers by Language