C++20 sections · 1024 units
Open in Course

Quiz: Map Iteration

Test your understanding

Check Your Understanding

In what order do elements appear when iterating over a map<int, string>?

  1. A.Sorted by key
  2. B.Random order
  3. C.Insertion order
  4. D.Sorted by value
Start the roadmap to answer the quizzes and solve the challenges