-
What is meant by vector in the container library contains?
-
- It is a sequence container that encapsulates static size arrays
- It manages the memory
- It is a sequence container that encapsulates dynamic size arrays
- All of above
- None of these
Correct Option: C
vector in the container library contains sequence container that manipulates and encapsulates dynamic size arrays.