Consider the following statements:
vectorintVector;
Suppose that intVector = {5, 7, 9, 11, 13} . Moreover, suppose that screen is an ostream_iterator initialized to the standard output device to output the elements of an int vector object. What is the effect of the following statement?
copy(vecList.begin(), vecList.end(), screen);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.