Geeks Projects C
Every Program is here !!!
Pages
Home
Asp.Net
Java Programming
Web Programming
Saturday, 20 September 2014
WAP to display hello world
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
char c;
printf("\n\t Hello world ");
getch();
}
No comments:
Post a Comment
Please write your doubts
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Please write your doubts