202k views
17 votes
When an ages array is correctly initialized using the values {20, 30, 40, 50}, then the value of ages[4] is _______________________.

1 Answer

2 votes

When an ages array is correctly initialized using the values {20, 30, 40, 50}, then the value of ages[4] is undefined.

User GirkovArpa
by
4.0k points