C++20 sections · 1024 units
Open in Course

Quiz: Iteration

Test understanding

Check Your Understanding

What is the correct loop condition to iterate over all elements of int data[10];?

  1. A.i <= 10
  2. B.i < 11
  3. C.i <= 9
  4. D.i < 10
Start the roadmap to answer the quizzes and solve the challenges