Multiple Choice
The algorithm ____ reverses the elements of a given range while copying into a destination range.
A) copy_reverse
B) inverse_copy
C) copy
D) reverse_copy
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The algorithm reverse reverses the order of
Q13: The STL provides four insert iterators to
Q14: The first form of the function transform
Q15: Elements in an associative container are not
Q16: Because the data members of an object
Q18: A convenient and fast way to implement
Q19: Nonmodifying algorithms do not modify the elements
Q20: Modifying algorithms that change the order of
Q21: The algorithm _ is used to manipulate
Q22: The algorithms accumulate, adjacent_difference, inner_product, and partial_sum