Vidyalelo
C++ Programming · Q63

Functions and Procedures in C++

Programming · C++ Programming · question 63

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
Answer
D.
Namespace definitions can be nested

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board