PRINT MESSAGE

WAP TO PRINT ANY MESSAGE ON SCREEN

#include

void main ()

{

clrscr ();

printf ("Hello");

getch();

}


Output

Labels