MCQOPTIONS
Saved Bookmarks
| 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 | |