

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following CANNOT be used as an underlying datatype for an enum in C#.NET? |
A. | <i class="csharp-code">byte</i> |
B. | <i class="csharp-code">short</i> |
C. | <i class="csharp-code">float</i> |
D. | <i class="csharp-code">int</i> |
Answer» D. <i class="csharp-code">int</i> | |