Search This Blog

Tuesday 4 September 2012

W.A.P to Print "Hello" Word.

------------------------------------------
#include<stdio.h>
#include<conio.h>
void main()
{
   clrscr();
     printf("\n HELLO WORLD...!!!");
   getch();
}
------------------------------------------
By Nikam Vishal . . . . . 

No comments:

Post a Comment