Page 1 of 1

Pick the incorrect statement for namespaces in C++.

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
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
d) Namespace definitions can be nested