Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
58 views1 page

C Program Execution Steps

To run a C program, a programmer must: 1) create the program code, 2) compile the program using a compiler like Turbo C to generate an executable file, and 3) run the executable file to execute the program. The process involves opening the Turbo C compiler, creating a new file to type the C code, and compiling and running the program.

Uploaded by

sachin22221
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

C Program Execution Steps

To run a C program, a programmer must: 1) create the program code, 2) compile the program using a compiler like Turbo C to generate an executable file, and 3) run the executable file to execute the program. The process involves opening the Turbo C compiler, creating a new file to type the C code, and compiling and running the program.

Uploaded by

sachin22221
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like