Multiple Choice
A using directive that appears inside a set of braces applies
A) Only to that block
B) From that point to the end of the file
C) Everywhere
D) Only if the namespace is std
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Given the following code, what namespace does
Q29: If you have a class defined in
Q30: If a name is defined in an
Q31: Classes must always be defined in separate
Q32: The global namespace and the unnamed namespace
Q34: The statement using namespace std is called
Q35: ADTs should be defined and implemented in
Q36: A using directive that is at the
Q37: What is the difference between an ADT
Q38: The file that contains the main portion