1.

Which of the following(s) can be used to access the last element of a vector v?

A. v.end()
B. v.cend()
C. both v.end() and v.cend()
D. vectors do not have a function to access the last element
Answer» E.


Discussion

No Comment Found