C++20 sections · 1024 units
Open in Course

Quiz: Struct Applications

Test your understanding

Check Your Understanding

What's the advantage of Student students[100] over separate arrays?

  1. A.It runs faster
  2. B.Related data stays grouped, preventing index mistakes
  3. C.It uses less memory
  4. D.It allows more than 100 students
Start the roadmap to answer the quizzes and solve the challenges