The const_cast operator can be used to cast away ___________ or ____________ qualifications.

a. const, volatile.
b. The const-ness property, remove.
c. Property, const.
d. enum, #define.

a. const, volatile.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a common way to accomplish a task using Windows 8.1?

A) touch-enabled device B) a mouse C) a pen D) keystrokes

Computer Science & Information Technology

Which of the following is false?

a. JAXB works with POJOs (plain old Java objects)—no special superclasses or interfaces are required for XML-serialization support. b. JAXB serializes only an object’s public instance variables and public read–write properties. c. A class must provide a public default or no-argument constructor to recreate the objects when they’re read from the file. d. JAXB requires you to implement special superclasses and interfaces for XML-serialization support.

Computer Science & Information Technology