Multiple Choice
The ____ iterators are used to output data from a program into an output stream.
A) ostream
B) istream
C) iostream
D) ifstream
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The name of the header file containing
Q16: Assuming deq is a deque object, the
Q17: The expression _ returns the element at
Q18: Every object in a sequence container has
Q19: If the data needs to be processed
Q21: Elements can be inserted in the middle
Q22: Containers are essentially used _.<br>A) to manipulate
Q23: The class vector contains only one constructor.
Q24: The _ provides class templates to process
Q25: The deque class is a type of