Enumerations - Programming

Q1:

Which of the following statements is correct about an enum used in C#.NET?

A enum is a reference type.

B enum is a value type.

C Whether it a value type or a reference type depends upon size.

D Whether it a value type or a reference type depends upon a Project Setting made in Visual Stiiclio.NET.

E We can programmatically control whether it is a value type or a reference type.

ANS:B - enum is a value type.

No answer description is available. Let's discuss.