+ 1
Array mean what
What uses
6 Réponses
+ 3
array is collection of values,elements that have same data type.
for example:
int x[]={3,4,7};
in above example,array name is x.which contain three element of integer data type.Always remember that array index start with zero
+ 2
Array is a list or collection of values with same data type.
0
you are interested in which language..java or else
0
i dont know which one is best for use i join now SE
0
simply collection of elements