Vidyalelo
C++ Programming · Q862

C++ miscellaneous

Programming · C++ Programming · question 862

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
Answer

Answer: Option D

Solution

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