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

Verified
Correct Answer:
Verified
Related Questions
Q6: A _ loop always executes the loop
Q7: What is NOT an advantage of an
Q8: Which boolean operation is described by the
Q9: Variables defined inside a set of braces
Q10: The break statement causes all loops to
Q12: The compiler always pairs an else with
Q13: What is wrong with the following switch
Q14: Which boolean operation is described by the
Q15: Which of the following symbols has the
Q16: What is the output of the following