Which one of the following is TRUE?
- Algorithms can be used only on STL containers
- An iterator can always move forward or backward through a container
- The back( ) member function removes the element at the back end of the container
- The member function end( ) returns a reference to the last element in the container
Answer:
Option b: An iterator can always move forward or backward through a container
Explanation Here
0 Comments