Q229
How the size of a vector increases once it is full?
A.
Vector increases its capacity one by one
B.
Vector doubles its capacity after it is full
AnswerC.
Vector increases its capacity by half of its previous size
D.
Vector increases its capacity by a constant factor
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board