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