Multiple Choice
Consider the declaration:
Enum sports {BASKETBALL, FOOTBALL, HOCKEY, BASEBALL, SOCCER};
Which of the following statements is true?
A) SOCCER--=BASEBALL
B) BASEBALL++ = BOCCER
C) HOCKEY + FOOTBALL < SOCCER
D) FOOTBALL <= SOCCER
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Suppose str = "ABCDEFGHI".The output of the
Q5: Which of the following statements creates an
Q10: An enumeration type can be passed as
Q12: What is the output of the following
Q13: Consider the following statements: After the statement
Q20: The data type string has a named
Q24: The scope of a namespace member is
Q27: The length of the string "Hello There."
Q29: In C++, [] is called the array
Q37: A function cannot return the value of