Multiple Choice
Which category of iterators combines the capabilities of input and output iterators into one iterator?
A) Forward iterators.
B) Bidirectional iterators.
C) Random access iterators.
D) Input/output iterators.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which of the following is not a
Q14: Which of the following containers is not
Q15: If a program attempts to insert a
Q16: Which of the following statements is true
Q17: Class deque provides:<br>A) Efficient indexed access to
Q19: Which of the following applications would a
Q20: The expression std::multimap<int, double, std::less<int>>::value_type(15, 2.7):<br>A) Creates
Q21: Which of the following bitset member functions
Q22: Iterators are similar to pointers because of
Q23: A Standard Library algorithm cannot:<br>A) Return an