Vidyalelo
C# Programming · Q211

Classes and Objects in C Sharp

Programming · C# Programming · question 211

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
Answer
C.
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