Home » C++ Programming » Standard Library » Question
  1. What is meant by vector in the container library contains?
    1. It is a sequence container that encapsulates static size arrays
    2. It manages the memory
    3. It is a sequence container that encapsulates dynamic size arrays
    4. All of above
    5. None of these
Correct Option: C

vector in the container library contains sequence container that manipulates and encapsulates dynamic size arrays.



Your comments will be displayed only after manual approval.