Home » C++ Programming » Questions and Answers » Question
  1. What do we return if we use simple array on a internal container?
    1. Methods
    2. Objects
    3. Pointers
    4. All of above
    5. None of these
Correct Option: C

Pointers are legal iterators, so if your internal container is a simple C array, then all you need to do is return the pointers.



Your comments will be displayed only after manual approval.