Multiple Choice
The is used to display information on the computer's screen.
A) output object
B) cout object
C) < symbol
D) print object
E) cin object
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The expression 5 / 2 evaluates to<br>A)
Q14: Variables represent storage locations in the computer's
Q15: The numeric data types in C++ are
Q17: What value will be assigned to the
Q19: What literal(s)appear in the following C++ statement?
Q19: The following two statements both assign the
Q20: Which of the following is/are valid C++
Q22: The following two statements could be used
Q22: The expression 7 / 2 evaluates to<br>A)7.2<br>B)14<br>C)1<br>D)3.5<br>E)3
Q23: The following two C++ statements perform the