Which of the following statements creates an anonymous type?

A. enum grades {A, B, C, D, F};
B. enum grades {};
C. enum {};
D. enum {A, B, C, D, F} grades;

Answer: D

Computer Science & Information Technology

You might also like to view...

By default, the FREQUENCY function includes numerical outliers

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following buttons is the Spelling button?

A.
B.
C.
D.

Computer Science & Information Technology