GCC
To compile a C program:
gcc hello.c -o hello.exe
If you don’t use the -o option, then gcc will create an a.out file.
To compile a C program:
gcc hello.c -o hello.exe
If you don’t use the -o option, then gcc will create an a.out file.