Question: What is the correct way to declare two namespaces (N1 and N2)?: * A) namespace N1 { namespace N2 { B) namespace N1 namespace N2

What is the correct way to declare two namespaces (N1 and N2)?: * A) namespace N1 { namespace N2 { B) namespace N1 namespace N2 C) namespace N1.N2 D) Both A and C are correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
