Data Structures

Which of the following best describes Array (contiguous memory)?

Correct answer

A. A structure that stores elements in contiguous memory locations, allowing constant-time indexed access.

Explanation

Array (contiguous memory) refers to a structure that stores elements in contiguous memory locations, allowing constant-time indexed access.