1.

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

A. a. std::vector
B. b. std::list
C. c. std::map
D. d. std::set
Answer» D. d. std::set


Discussion

No Comment Found