Q63
Pick the incorrect statement for namespaces in C++.
A.
Namespace declarations are always global scope
B.
Keyword namespace is used at the starting of a namespace definition
C.
Namespace has access specifiers like private or public
AnswerD.
Namespace definitions can be nested
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board