Based only on the algorithm and argument names, describe the operation that the each of the following library algorithms performs:
replace(beg, end, old_val, new_val);replace_if(beg, end, pred, new_val);replace_copy(beg, end, dest, old_val, new_val);replace_copy_if(beg, end, dest, pred, new_val);
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.