Q.

Which of the STL containers store the elements contiguously (in adjacent memory locations)?

A. std::vector
B. std::list
C. std::map
D. std::set
Answer» C. std::map
1.1k
0
Do you find this helpful?
1

Discussion

No comments yet