C++20 sections · 1024 units
Open in CourseQuiz: Set Operations
Knowledge check
Check Your Understanding
What does set.lower_bound(5) return if set contains {1, 3, 7, 9}?
- A.Iterator to 7
- B.Iterator to 3
- C.Iterator to 5
- D.set.end()
Knowledge check
What does set.lower_bound(5) return if set contains {1, 3, 7, 9}?