How to print HELLO WORLD in c++ language

c++ language
         C++ LANGUAGE

print "HELLO WORLD" in c++:                        

1)#include<iostream>                                                                  
2)using namespace std;                                                                
3)int main()                                                                                  
4){                                                                                                
5)cout<<"HELLO WORLD";                                                     
6)return 0;                                                                                   
7)}                                                                                               
 DESCRIPTION:                                                                          
    This is a c++ programe to print hello world in c language which is a programming                  language.c++ is a high level language to create programes.c++ language is an object          oriented language.we printed hello world in c++ language .c++ language is a great        language for developers to create a programe in c++ language.c++ is best  programming
language.                                           

 

Post a Comment

0 Comments