...

/

Quiz: STL Algorithms

Quiz: STL Algorithms

Test your understanding of STL algorithms.

We'll cover the following...
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

Question 1 of 70 attempted
...