1.

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» D. std::set


Discussion

No Comment Found