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
This statement is false. It is possible to traverse through an array from the first position to the last and not vice versa. is incorrect.