2.
‘C’ Program Execution
Creating an executable form of ‘C’ program consists of following three steps:
1. Creating program
2. Compile program
3. Run program
Steps to run the C program:
1. Open the Turbo C Compiler such as TC.EXE and you will see following figure.
2. Click on the File Menu and select the New Option from that as shown in following figure.
3. Type the ‘C’ program in the text area as shown in following figure.