C++ Hello World program
kw.cpp
Output
kodingwindow@kw:~$ g++ kw.cpp
kodingwindow@kw:~$ ./a.out Hello, World! HELLO WORLD "Hello, World!" 'Hello, World!' kodingwindow@kw:~$
What Next?
C++ Hello World program without using a semicolon
C++ program to perform the arithmetic operations
C++ program to perform the boolean operations
Advertisement