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