C-Beginner's Programming language
from here you start your computer application world...
Pages
Home
C - programes
ebooks
downloads
C - programes
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("Hello World");
getch();
}
Home
Subscribe to:
Posts (Atom)