Vidyalelo
C# Programming · Q132

Miscellaneous in C Sharp

Programming · C# Programming · question 132

Q132

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
Answer
D.
Using statement can be placed anywhere in the C#.NET source code file

Answer: Option C

Solution

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