Home » C++ Programming » Questions and Answers » Question
  1. What do vectors represent?
    1. Stack
    2. Static arrays
    3. Queue
    4. Dynamic arrays
    5. None of these
Correct Option: D

Vectors are sequence containers representing arrays that can change in size.



Your comments will be displayed only after manual approval.