+ 1

Array mean what

What uses

13th Nov 2016, 9:47 AM
Gokul Krish
Gokul Krish - avatar
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
14th Nov 2016, 10:11 AM
dinesh
dinesh - avatar
+ 2
Array is a list or collection of values with same data type.
14th Nov 2016, 8:29 AM
Suman Anand
Suman Anand - avatar
0
you are interested in which language..java or else
14th Nov 2016, 6:00 PM
rafiullah
rafiullah - avatar
0
i dont know which one is best for use i join now SE
14th Nov 2016, 6:01 PM
rafiullah
rafiullah - avatar
0
simply collection of elements
17th Nov 2016, 7:18 AM
Prasanna Kumar
Prasanna Kumar - avatar