Showing posts with label WAP TO PRINT ANY MESSAGE ON SCREEN. Show all posts
Showing posts with label WAP TO PRINT ANY MESSAGE ON SCREEN. Show all posts

Tuesday, August 28, 2007

PRINT MESSAGE

WAP TO PRINT ANY MESSAGE ON SCREEN

#include

void main ()

{

clrscr ();

printf ("Hello");

getch();

}


Output