Home » C++ Programming » Questions and Answers » Question
  1. Which of the following class template are based on arrays?
    1. dequeue
    2. vector
    3. both dequeue & vector
    4. list
    5. None of these
Correct Option: C

Class template vector and class template dequeue both are based on arrays.



Your comments will be displayed only after manual approval.