Multiple Choice
Which of the following statements is used to simplify the accessing of all globalType namespace members?
A) using globalType;
B) using namespace globalType:all;
C) using namespace globalType::all;
D) using namespace globalType;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The _ function is used to interchange
Q15: Before using the data type string, the
Q16: If a global identifier in a program
Q17: The following is a legal C++ enumeration
Q18: The following statement creates an anonymous type:enum
Q20: The data type string has a named
Q21: No arithmetic operations are allowed on the
Q22: The string expression strVar._ starts at index
Q23: The following is a valid C++ enumeration
Q24: The scope of a namespace member is