Home » C++ Programming » Questions and Answers » Question
  1. Which of the following does not support any insertion or deletion?
    1. List
    2. Dequeue
    3. Array
    4. Vector
    5. None of these
Correct Option: C

Because array is not dynamic in nature, So they can’t be manipulated.



Your comments will be displayed only after manual approval.