Examlex

Solved

Given That V1 and V2 Are Vectors, What Is Returned

question 19

Multiple Choice

Given that v1 and v2 are vectors, what is returned by the function call std::equal(v1.begin() , v1.end() , v2.begin() )


Definitions:

Related Questions