InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was posed to me in an interview for internship.My question is taken from Enumerations topic in portion Object Oriented Concepts of C# |
|
Answer» Right OPTION is (b) double |
|