C++20 sections · 1024 units
Open in CourseQuiz: Array Indexing
Test understanding
Check Your Understanding
If you declare int data[8];, what is the index of the last element?
- A.8
- B.0
- C.7
- D.9
Test understanding
If you declare int data[8];, what is the index of the last element?