z
#include <iostream>
using namespace std ;
int main ()
{
cout<<“ Hallo World”;
return 0;
}
First C++ program "Hello World”
it will read it as
std::cout, std::cin or
std::endl.
Insertion
or put to
operator

C++ hello world

  • 1.
    z #include <iostream> using namespacestd ; int main () { cout<<“ Hallo World”; return 0; } First C++ program "Hello World” it will read it as std::cout, std::cin or std::endl. Insertion or put to operator