The insertion operator (<<)

a. takes values from the input stream for storage in variables
b. puts characters in an output stream
c. causes the beginning of a new line of output
d. moves to the beginning of a new line of input


b. puts characters in an output stream

Computer Science & Information Technology

You might also like to view...

Given an array of integers of size 5, how does the computer know where the 3rd indexed variable is located?

a. It adds 3 to the base address of the array b. It adds space for 3 integers to the base address of the array c. It remembers where all the indexed variables of the array are located. d. None of the above

Computer Science & Information Technology

This is a control structure that causes a statement or group of statements to repeat.

a. decision statement b. loop c. cout object d. selection structure e. None of these

Computer Science & Information Technology

In a graph, each ____ represents the fact that two people know each other.

A. plot B. edge C. axis D. element

Computer Science & Information Technology

____ is a special type of RAM that is not cleared when the router is rebooted.

A. DRAM B. Flash memory C. ROM D. NVRAM

Computer Science & Information Technology