Problem
1. What are the modules of C++ programs called?
2. What does the following preprocessor directive do? #include
3. What does the following statement do? using namespace std;
4. What statement would you use to print the phrase "Hello, world" and then start a new line?