Question
Which error is likely from using i <= size in a zero-based array loop?
Correct Answer: A
Accessing one element beyond the array
The correct answer is Accessing one element beyond the array.
The correct answer is Accessing one element beyond the array.
Leave a Reply