Q862
How the list differs from vectors?
A.
Vector is contiguous whereas List is non-contiguous
B.
Insertion in the list takes constant time whereas it is not constant in vectors
C.
There is no capacity defined for list
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board