Quiz: STL Algorithms
Test your understanding of STL algorithms.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(Fill in the blanks.) The std::copy()
algorithm takes ______ iterator(s) for the range of the copy source, and _________ iterator(s) for the destination.
A.
1, 1
B.
1, 2
C.
2, 1
D.
2, 2
1 / 7
...