Hello World! program in C++

Problem statement : Start from the famous 'Hello World' code. This program prints 'Hello World' when executed. Explanation : The 'Hello World' is a common or simple example to check compiler and library presence. It has minimum chances of user error (during compilation), because it has only one file to compile. This simple program uses the C++ standard… Read More »