a) vector <int> :: const_iterator itr = v.rbegin();
b) vector <int> :: reverse_iterator itr = v.begin();
c) vector <int> :: iterator itr = v.begin();
d) vector <int> :: iterator itr = v.cbegin();
Which is the following is syntactically correct for vector v?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which is the following is syntactically correct for vector v?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!