Solved

Consider the Following Enumeration Enum Speed { FAST, MEDIUM, SLOW

Question 11

Multiple Choice

Consider the following enumeration enum Speed { FAST, MEDIUM, SLOW };


A) The ordinal value of MEDIUM is 2
B) The ordinal value of SLOW is 1
C) The name of the Speed enumeration whose ordinal value is zero is FAST
D) The name of the Speed enumeration whose ordinal value is one is SLOW
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions