Click her to free download

Wednesday 8 January 2014

C language structure

C language ;
The structure of c language.This structure is used to write a program.The computer program write in this structure.After writing the program the structure can compile.after compile the program this is execute
#include<conio.h>
#include<stdio.h>
main()
{
clrscr();



getch();
}

No comments:

Post a Comment