Multiple Choice
Which of the following cannot be an Enum's underlying type?
A) SByte
B) Integer
C) ULong
D) Double
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Variables declared in a method exist while
Q2: Passing arguments by reference can weaken security
Q4: _ forces you to declare all variables
Q5: The Step Out debugger command can be
Q6: The expression value = 2 + randomObject.Next(8)will
Q10: Subroutines are _.<br>A)methods that can be called
Q11: If you wish to execute several statements
Q27: The return type of a method's return
Q33: Overloaded methods always have the same _.<br>A)
Q60: Which of the following will violate the