Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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