In C++, when comparing character data, the char values are coerced to ____ values automatically for the comparison.
a. bool
b. unsigned int
c. long
d. int
d. int
You might also like to view...
MC An exception is__________ ,__________ and__________ (in sequential order).
a) handled, thrown, caught. b) thrown, handled, caught. c) caught, thrown, handled. d) thrown, caught, handled.
?The_____ attribute is used to determine which stylesheet should be applied.
A. ?class B. ?coords C. ?media D. ?shape
A primary that performs ____ polling polls only the first terminal, which then passes the poll to the second terminal, and each successive terminal passes the poll along.?
A. ?roll-call B. ?selection C. ?hub D. ?terminal
Most of the lines in the program discussed in this chapter have the same basic structure: ____.
A. message.object; add detail(value) B. object.add detail (message, value) C. message(object).add detail(value) D. object.message(value); add detail