which of the following could be true?
If v1 is a vector
statements execute:
std::vector
std::vector
std::unique_copy(v1.begin(), v1.end(), std::back_inserter(results1));
std::reverse_copy(v1.begin(), v1.end(), std::back_inserter(results2));
a. results1 contains more elements than results2.
b. The first element in results1 matches the last element in results2.
c. results1 is empty but results2 is not.
d. None of the above.
b. The first element in results1 matches the last element in results2.
You might also like to view...
A control whose source of data is a mathematical expression rather than a field is a(n) ____________________ control.
Fill in the blank(s) with the appropriate word(s).
To insert a footnote you should first click the INSERT tab.
Answer the following statement true (T) or false (F)