The identifiers in an enumeration ________.

a. must be unique.
b. may be duplicated.
c. must be lowercase letters and cannot contain numbers.
d. must be uppercase letters and cannot contain numbers.


a. must be unique.

Computer Science & Information Technology

You might also like to view...

Select the false statement. The new operator:

a. Can attempt to allocate as much memory as the programmer requests. b. Returns a pointer to a location in memory. c. Can indicate failure differently on different compilers. d. Throws a bad_alloc exception regardless of what function is registered with set_new_handler.

Computer Science & Information Technology

Which of the following statements is true?

a. The throw statement is used to throw an exception. b. The throw statement is used to specify that a method will throw an exception. c. The throw statement is used to access an exception parameter. d. All of the above.

Computer Science & Information Technology

You cannot assign a double or a decimal value to an int variable because such an assignment could result in ____________.

a. buffer overflow b. a run time error c. a loss of data d. value sharing conflicts

Computer Science & Information Technology

Which of the following is NOT a reset option in Windows 10?

A) Restore built-in settings B) Keep my files C) Restore factory settings D) Remove everything

Computer Science & Information Technology