Multiple choice

Data structure include

  1. arrays

  2. exception statements

  3. iteration

  4. both (2) & (3)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Arrays are a fundamental data structure used to store collections of data. Exception statements and iteration are control structures, not data structures.