+ 3
what is the meaning of arrary
3 ответов
+ 3
array is a linear data structure that can hold homogeneous data in contiguous memory location ...
+ 3
in simple ... array can hold a group of same type of data (like int or float or char)
0
Array is like a cabinet.You can store same type of things in it.But you should not store books and pans together.It's like you can't store "int" and "char" in an array.