Enumerations - Programming

Q1:

Which of the following CANNOT be used as an underlying datatype for an enum in C#.NET?

A byte

B short

C float

D int

ANS:C - float

No answer description is available. Let's discuss.