Question
Which is the correct way to print all elements of a 1D array?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Use a loop from 0 to size-1
Explanation:
The correct answer is Use a loop from 0 to size-1.
Leave a Reply