Sunday, October 25, 2009

1.program of "hello".



//WAP TO DISPALY THE WORD "HELLO"

#include
#include
void main()
{
clrscr();
printf("HELLO :-) !!!!!");
getch();
}

/******OUTPUT******
HELLO :-) !!!!!
*/

No comments:

Post a Comment

Programming the Whole World!