1.1.2 C++ Program Structure preprocessor directives #include <iostream> main function heading int main( ) { { declarations // statement(s); executable statements } }