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
C
an Array can be traversed from first to last and vice versa
Correct answer: False
Explanation
The source marks the correct answer as: False.