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

Computer Science & Information Technology

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.

Computer Science & Information Technology

?The_____ attribute is used to determine which stylesheet should be applied.

A. ?class B. ?coords C. ?media D. ?shape

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology