Which of the following(s) can be used to access the first element of a vector v?
(a) v.begin()
(b) v.cbegin()
(c) v[0]
(d) all of the mentioned
I got this question in a job interview.
Query is from seq_con Vector Class in portion Class Hierarchies, Library & Containers of C++