Random access is not possible in an array. State True/False
Answer options
A
True
B
False
C
Elements in an array is stored sequentially and contiguously, and can be accessed in a random manner.
Correct answer: False
Explanation
The source marks the correct answer as: False.