Which of the following statements is correct with respect to arrays?
Answer options
A
Elements in an array are arranged contiguously.
B
One-dimensional array
C
Two-dimensional array
D
Multi-dimensional array
Correct answer: Elements in an array are arranged contiguously.
Explanation
The correct answer is: Elements in an array are arranged contiguously..