Thursday, June 20, 2013

First program in C

First program in C
step 1 : open the TC folder (see how to install turbo c)

Step 2: open Bin and then TC . see fig below


Step 3: image c editor (where you will write the program) shown below


Step 4: goto File-> new , you can see the something like below

Step 5: type following Program in the editor
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf(" Welcome you  to C4ENGINEERING Blog ");
getch();
}

Step 6: select Run option from menu or ctrl+F9



Like the Post? Do share with your Friends.

No comments:

Post a Comment