Home » C++ Programming » Questions and Answers » Question
  1. How can the member functions in the container be accessed?
    1. vector
    2. Iterator
    3. Indirect
    4. Both Iterator & Indirect
    5. 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.



Your comments will be displayed only after manual approval.