Suppose that charList is a vector container and: charList = {a, A, B, b, c, d, A, e, f, K}
Further suppose that:
lastElem = remove_if(charList.begin (), charList.end (), islower); ostream_iterator
where lastElem is a vector iterator into a vector container of type char. What is the output of the following statement?
copy (charList.begin (), lastElem, 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.