
#include<iostream.h> //Header File
using namespace std;
void main( ) //main function
{
cout<<"Hello World!";
getch( );
}
//End of the program
Output= Hello World!
using namespace std;
void main( ) //main function
{
cout<<"Hello World!";
getch( );
}
//End of the program
Output= Hello World!

0 Response to "Hello World Program in C++"
Post a Comment