Multiple Choice
Given the following enumerated data type definition, what is the value of SAT?
Enum myType{SUN=3,MON=1,TUE=3,WED,THUR,FRI,SAT,NumDays};
A) 7
B) 6
C) 8
D) 5
E) unknown
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: Which of the following are equivalent to
Q26: What is wrong with the following for
Q27: What is the output of the following
Q28: It is illegal to make function calls
Q29: If you want a loop to quit
Q31: If you need to write a do-while
Q32: A semicolon by itself is a valid
Q33: The code following the _ case is
Q34: A _ expression is an expression that
Q35: Which of the following boolean expressions tests