Q211
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
AnswerC.
None of the mentioned
D.
All of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board