Question
A programmer needs fast random access when the index is known, and the chosen structure has the property that elements are typically stored in adjacent memory locations. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Array
Explanation:
Array fits because it supports fast random access when the index is known and elements are typically stored in adjacent memory locations.
Both clues point to this choice.
Leave a Reply