Question
Which statement correctly updates the first element of arr?
Select an option. Your answer will be checked instantly.
Correct Answer: D. arr[0] = 25;
Explanation:
The correct answer is arr[0] = 25;.
Leave a Reply