× Home Commands
Next Lec → ← Previous Lec

Commands

To see the output we do:

//First we get to the directory at which our program file is saved by using cd command
gcc filename.c //This make as new '.exe' file in windows and '.out' in linux
gcc filename.c -o differentName //This makes a different name of '.exe' file. Default one is 'a.exe'
.\differentName.exe //After this we can see the output in our terminal