Ticker

6/recent/ticker-posts

C Language (How to run C program)

HOW TO RUN C PROGRAM


To run (execute) C programs, first you need  to install Turbo C compiler.

Installation of Turbo C compiler is very easy and you can download the Turbo C from the internet free of  cost.

After installed Turbo C, write your first C program code in the Turbo C code window.

Now before run the C program, first your should compile the C program and check all the compile time errors because before solve all the compiling errors you cant run the C program.

To compile a C program, follow the below steps.

1. Click on the "Compile" menu.

2. Select the "Compile Alt+F9"



After successful compilation, lets run the C program.

1. Click on the "Run" menu.

2. Select the "Run Ctrl+F9"















Post a Comment

0 Comments