

MCQOPTIONS
Saved Bookmarks
1. |
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» E. | |