When i type the command gcc filename.c
a new file 'a.exe' is created, then i have to run a.exe
to get my program to run.
Is there a way just to type one command to run my program or can you run a C program without having a new .exe file being created?
I use gcc version gcc (MinGW.org GCC-6.3.0-1) 6.3.0
(Complete beginner with C)