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
Quick AnswerThe correct answer is Elements in an array are arranged contiguously. because it directly addresses the core logic of Essentials.
The correct answer is: Elements in an array are arranged contiguously..