Google News
logo
CPP - Quiz(MCQ)
What is meant by vector in the container library contains?
A)
It is a sequence container that encapsulates dynamic size arrays
B)
It manages the memory
C)
It manages the length and size
D)
It is a sequence container that encapsulates static size arrays

Correct Answer :   It is a sequence container that encapsulates dynamic size arrays


Explanation : Vector in the container library contains sequence container that manipulates and encapsulates dynamic size arrays.

Advertisement