Computer Science, asked by godziigod21, 1 day ago

An array can store infinite data of similar type.
true or false and why..?​

Answers

Answered by avishasaini1343
1

Answer:

Arrays can contain any type of element value (primitive types or objects), but you can't store different types in a single array. You can have an array of integers or an array of strings or an array of arrays, but you can't have an array that contains, for example, both strings and integers.

It's True....

Similar questions