Which among the following is the correct statement about the using statement used in C#.NET?
A. A C#.NET source code file consists of any number of using statement
B. By using 'using' statement it's possible to create an alias for the namespace but not for the namespace element
C. It is permitted to define a member at namespace level using alias
D. Using statement can be placed anywhere in the C#.NET source code file
Answer: Option C
Join The Discussion