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

PRINT MESSAGE

WAP TO PRINT ANY MESSAGE ON SCREEN

#include

void main ()

{

clrscr ();

printf ("Hello");

getch();

}


Output

Labels