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


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is not true about using filters in Access?

A) They provide quick answers. B) They can be saved as a query. C) They are normally not stored permanently. D) They are normally permanently stored.

Computer Science & Information Technology

Explain the no charge method.

What will be an ideal response?

Computer Science & Information Technology

malloc() returns the address of the first reserved location, as an address of a void data type, or the program exits if sufficient memory is not available.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) __________ host is simply a machine that is fully exposed to the Internet.

A. stateless B. open C. external D. bastion

Computer Science & Information Technology