Which among the following cannot be used as a datatype for an enum in C#.NET?
(a) short
(b) double
(c) int
(d) all of the mentioned
The question was posed to me in an interview for internship.
My question is taken from Enumerations topic in portion Object Oriented Concepts of C#