- What is a
mapin C++ STL? What is the difference betweenpairandtuple? - How do you return multiple values in C++?
- Name some useful templated data containers provided by STL.
- Name some useful algorithms provided by
<algorithm>. - What’s the difference between an
iteratorand aconst_iterator?