Answers for "compile c file gcc windows"

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
0

compile c file in command prompt windows

cl program.c
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language