-
How can the member functions in the container be accessed?
-
- vector
- Iterator
- Indirect
- Both Iterator & Indirect
- None of these
Correct Option: B
The container manages the storage space for its elements and provides member functions to access them, either directly or through iterators which reference objects with similar properties to pointers.