C++20 sections · 1024 units
Open in CourseQuiz: Map Iteration
Test your understanding
Check Your Understanding
In what order do elements appear when iterating over a map<int, string>?
- A.Sorted by key
- B.Random order
- C.Insertion order
- D.Sorted by value