12.6k views
3 votes
What must be the same for each variable in an array in compiled languages?

User ImGroot
by
6.2k points

1 Answer

0 votes

The data type must be the same for each item in the array.

User Azzlack
by
5.8k points