How to execute a C Program

                         How to execute a Program???????

After writing a c program now its time to execute it.It will be done in following way.

1. Compile a program :Press alt+f9


2.Run a program :Press ctrl+f9

3. To get output :Press alt+f5(required if getch(); is not used)

Comments