Comment exécuter le programme C à partir du terminal Visual Studio

Fire up the terminal from VS code
Use the command "gcc filename.c" to compile the program
Use the command ".\a.exe" to run the program from the terminal

P.S. Remove "" before exceuting
Tired Toad