C++20 sections · 1024 units
Open in Course

Quiz: unique Behavior

Knowledge check

Check Your Understanding

What does unique() do to array [1,2,2,3,2,2]?

  1. A.Throws an error
  2. B.Results in [1,2,3]
  3. C.Results in [1,2,3,2]
  4. D.Results in [1,2,2,3]
Start the roadmap to answer the quizzes and solve the challenges