Vidyalelo
C++ Programming · Q89

Standard Template Library (STL) in C++

Programming · C++ Programming · question 89

Q89

What is meant by vector in the container library contains?

A.
It is a sequence container that encapsulates dynamic size arrays
Answer
B.
It is a sequence container that encapsulates static size arrays
C.
It manages the memory
D.
It manages the length and size

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board