Question
Which is the correct way to print all elements of a 1D array?
Correct Answer: A
Use a loop from 0 to size-1
The correct answer is Use a loop from 0 to size-1.
The correct answer is Use a loop from 0 to size-1.
Use a loop from 0 to size-1
The correct answer is Use a loop from 0 to size-1.
The correct answer is Use a loop from 0 to size-1.
Leave a Reply