Q.

Elements in an array are accessed

A. randomly
B. sequentially
C. exponentially
D. logarithmically
Answer» A. randomly
2k
0
Do you find this helpful?
2

View all MCQs in

Data Structures (DS)

Discussion

Prem Pal
10 months ago

B. Sequentially because array elements are stored in contiguous memory locations, and when an array is initialized, the elements are allocated sequentially in memory.
0

Related MCQs