Which of the following statements about enumerated types is false?

A. To declare an enumerated type we need to provide only its type and its identifier.
B. The enumerated type is based on the integer type.   
C. Enumerated types can be compared.
D. Enumerated types can be assigned values.
E. Enumerated types can be cast.


Answer: A

Computer Science & Information Technology

You might also like to view...

The process to synchronize a Bluetooth device to a mobile device is called ______

a. Tethering b. Enabling c. Pairing d. None of the above

Computer Science & Information Technology

BR Software produces a free tool called BR's ________ that can extract the EXIF data from a folder of photos and then save that metadata to a comma-separated values (CSV) file

a. EXIFextracter b. BRdata c. DCIM d. None of the above

Computer Science & Information Technology

What type of list defines only accepted input values?

A. Good list B. Black list C. White list D. Validation list

Computer Science & Information Technology

What is the operation on a linked structure called that visits each node without deleting it?

A. probe B. insertion C. removal D. traversal

Computer Science & Information Technology