Suppose that intList is a vector container and: intList = {18, 24, 24, 5, 11, 56, 27, 24, 2, 24}
Furthermore, suppose that:
@@vector
ostream_iterator
vector
lastElem = remove_copy(intList.begin (), intList.end (), otherList.begin (), 24);
What is the output of the following statement?
copy(otherList.begin (), lastElem, screenOut);
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.