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
a) v.begin()
b) v.cbegin()
c) v[0]
d) all of the mentioned
b) v.cbegin()
c) v[0]
d) all of the mentioned
Accurate answers. Every time.
https://answerhappy.com/