C++20 sections · 1024 units
Open in Course

Quiz: Set Membership

Knowledge check

Check Your Understanding

How do you check if value 42 is in set s?

  1. A.s.count(42) == 1
  2. B.s[42] != null
  3. C.s.has(42)
  4. D.42 in s
Start the roadmap to answer the quizzes and solve the challenges