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
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
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
In a graph, each ____ represents the fact that two people know each other.
A. plot B. edge C. axis D. element
____ is a special type of RAM that is not cleared when the router is rebooted.
A. DRAM B. Flash memory C. ROM D. NVRAM