C++ language syntax code example
Example 1: C++ Syntax
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
Example 2: C++ language
C++ language is a direct descendant of C programming language with
additional features such as type checking, object oriented programming,
exception handling etc. It was developed by Bjarne Stroustrup.