Multiple choice Which of the following statements is/are true about namespace in C++? We cannot put a semicolon after the namespace definition. A namespace definition can be applied to multiple files. We can use namespace in the program by scope resolution operator. Only (1) and (2) All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, these all statements are true about namespace in C++.