Which of the following statements is correct with respect to arrays?
Answer options
A
Elements in an array are arranged in descending order by default
B
Elements in an array are arranged contiguously.
C
Elements in an array are arranged in ascending order by default
Correct answer: Elements in an array are arranged in descending order by default
Explanation
Quick AnswerThe correct answer is Elements in an array are arranged in descending order by default because it directly addresses the core logic of Software Engineering.
Correct answer: Elements in an array are arranged in descending order by default.