1.

Which among the following differentiates enum in C#.NET from enum in C language?

A. C is strictly a typed language, C#.NET also is a strictly typed language
B. In C, language variables of enum types can be used interchangeably with integers using type casts while enum variables cannot be used as a normal integers in C#.NET
C. None of the mentioned
D. All of the mentioned
Answer» C. None of the mentioned


Discussion

No Comment Found