how to print 'hello word' program in c++

Print 'HELLO WORD' in C++ / C++ Programming // hello word code





                today i am shere information about c++ programming. in this article i shere  how we print hello word in c++. to lets star it.



program code


   #include<iostream>
  #include<conio.h>

     using namespace std;

int main()

{

  cout<<"HELLO WORD";

}


output:

  
hello word program




Post a Comment

Previous Post Next Post