C++20 sections · 1024 units
Open in CourseQuiz: Iteration
Test understanding
Check Your Understanding
What is the correct loop condition to iterate over all elements of int data[10];?
- A.i <= 10
- B.i < 11
- C.i <= 9
- D.i < 10
Test understanding
What is the correct loop condition to iterate over all elements of int data[10];?