An array is
2013
An array is
- A.
probably the most widely used data structure
- B.
a homogeneous structure
- C.
a random access structure
- D.
All of these
Attempted by 2337 students.
Show answer & explanation
Correct answer: D
An array is the most widely used data structure. It is a homogeneous structure and supports random access. Homogeneous structure means it stores elements of the same type.