skip to main |
skip to sidebar
How To Execute C Source Code
We Know how to execute C program in C Editor
Now We see how to execute the programs find on Internet
Step 1: Copy the program from any site.
Step 2: Open Notepad and paste the copied program.
Step 3: Save the program with <filename>.c in C:\TC\BIN
Step 4: Open C Editor goto file - open - and type <filename>.c
Step 5: Compile your program by pressing alt+f9.
Step 6: Run your program by pressing crtl+f9.
Step 7: See the output by pressing alt+f5.