Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) v.begin()
b) v.cbegin()
c) v[0]
d) all of the mentioned