Answers for "gcc how to add .c files"

C
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

Code answers related to "C"

Browse Popular Code Answers by Language