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

Verified
Correct Answer:
Verified
Related Questions
Q2: Suppose str = "ABCDEFGHI".The output of the
Q3: In C++, namespace is a reserved word.
Q4: Suppose that you have the following declaration.
Q5: Which of the following statements creates an
Q6: Which of the following statements declares the
Q7: Considering the statement string str = "Gone
Q8: Suppose str = "xyzw";.After the statement str[2]
Q9: The general syntax for accessing a namespace
Q10: An enumeration type can be passed as
Q11: A data type wherein you directly specify