Question
Which error is likely from using i <= size in a zero-based array loop?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Accessing one element beyond the array
Explanation:
The correct answer is Accessing one element beyond the array.
Leave a Reply