0

what are array

14th Sep 2016, 1:24 PM
jesus
jesus - avatar
9 Answers
+ 4
array is a homogeneous collection of elements. otherwise we can also say an array is a container object that holds a fixed number of values of a single type...
14th Sep 2016, 1:28 PM
Teja Naraharisetti
Teja Naraharisetti - avatar
+ 2
yes we can say a[5] here a[5] means array of type integer tht contains 0 to 4 totally 5elements
14th Sep 2016, 3:00 PM
Rajesh
Rajesh - avatar
+ 1
An array is a collection of similar or homogeneous items.
14th Sep 2016, 1:30 PM
vasantha
+ 1
Ex: marks of 100 students which is a similar data that can be stored in an array
14th Sep 2016, 1:36 PM
vasantha
+ 1
Array is a type of variable which contain similiar type of of data in adjecent memory.
18th Sep 2016, 6:19 AM
aman kumar
aman kumar - avatar
+ 1
arry is just a group of data.. like matrix form.. Ex arr[4] it have 0 to 3
20th Sep 2016, 1:20 AM
Sheik Mohamed Tanseer
Sheik Mohamed Tanseer - avatar
0
thanks. any examples...?
14th Sep 2016, 1:29 PM
jesus
jesus - avatar
0
Ex: int[] array= new int[10]; where array is array name
14th Sep 2016, 1:32 PM
Teja Naraharisetti
Teja Naraharisetti - avatar
0
array is a group of similar data types under a single name and less time consuming
18th Sep 2016, 9:43 AM
jineha