Q. Which of the following statements is correct about a namespace used in C#.NET? (Solved)
1. Nested namespaces are not allowed.
2. Importing outer namespace imports inner namespace.
3. Nested namespaces are allowed.
4. If nested, the namespaces cannot be split across files.
- c. Nested namespaces are allowed.