It is possible to traverse through an array from the first position to the last and not vice versa. State true or false.
Answer options
A
True
B
False
Correct answer: False
Explanation
Quick AnswerThe correct answer is False because it directly addresses the core logic of Software Engineering.
Arrays can be traversed both forward and backward using loops.