"Hello World" PROGRAM
#include<iostream.h> #include<conio.n> void main() { clrscr(); cout<<"Hello World"; getch(); }