Printing Hello World In C++

 



#include<iostream>

using namespace std;

void main()

{

  cout<<"Hello World";

getch();

}

Comments

Post a Comment

Popular posts from this blog

Check whether the no entered is Palindrome or not

Checking Entered Number .. Prime or Not

Addition, Subtraction, Multiplication and Division with Function