Which of the following statements is correct with respect to arrays?
Answer options
A
Elements in an array are arranged contiguously.
B
Elements in an array are arranged in descending order by default
C
Elements in an array are arranged in ascending order by default
D
Elements in an array are arranged in a contiguous manner and are of fixed size
Correct answer: Elements in an array are arranged contiguously.
Explanation
The source marks the correct answer as: Elements in an array are arranged contiguously.