Which data structure stores elements sequentially, allowing efficient access using an index?
Stack
List
Array
Queue

Computing Exercises are loading ...