C++20 sections · 1024 units
Open in Course

Quiz: Set Operations

Knowledge check

Check Your Understanding

What does set.lower_bound(5) return if set contains {1, 3, 7, 9}?

  1. A.Iterator to 7
  2. B.Iterator to 3
  3. C.Iterator to 5
  4. D.set.end()
Start the roadmap to answer the quizzes and solve the challenges