Computer Science, asked by TbiaSamishta, 11 months ago

Write the steps for compilation and execution of C program.

Answers

Answered by Rudhraa
2
compilation

alt+f9

execution

control+f9
Answered by Sidyandex
2

Click on the Start button

Select Run

Type cmd and press Enter

Type cd c:\TC\bin in the command prompt and press Enter

Type TC press Enter

Click on File -> New in C Editor window

Type the program

Save it as (some file name .c)


Then compile the source code and then check the result whether it is according to what it should have been or not.

Similar questions