What is array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is array

?

24th Nov 2016, 3:41 PM
vivek
14 Answers
+ 13
Arrays are a kind of data structure that can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.
24th Nov 2016, 4:21 PM
Remmae
Remmae - avatar
+ 3
It is sequential collection of same types of elements . And used to store the collection of data. They are of mainly two types like 1D Array & 2D Array.
25th Nov 2016, 4:47 PM
rohit bisht
rohit bisht - avatar
+ 3
It is collection of elements
17th Jan 2017, 1:58 PM
Deepak
Deepak - avatar
+ 2
I'll give you clear and easy description for array.Array is a collection of data/we can say list also.(for example:it is like a serial number for tabular columns ) you can create a list and enter the data for the each number on the list
25th Nov 2016, 11:48 AM
murali dharan
murali dharan - avatar
+ 1
An array is a bundle of related variables, structured sequentially.
24th Nov 2016, 9:09 PM
Cassius Marcellus Zedaker
Cassius Marcellus Zedaker - avatar
+ 1
array is collections of similar data in a single data type.
25th Nov 2016, 5:20 PM
Adnan Aatif
Adnan Aatif - avatar
0
Basic definition is a large group or number of things. A group of numbers, symbols, etc. For Example: 90 90 90 90 Is an array of bytes , or a group of bytes.
30th Nov 2016, 8:21 PM
Blood
Blood - avatar
0
aary is a collection of homogenous data items. i mind . im not sure.
9th Dec 2016, 2:10 PM
anil kaushik
anil kaushik - avatar
0
array is name of the memory location
11th Dec 2016, 11:11 AM
feroz khan
0
array is name of the memory location
11th Dec 2016, 11:11 AM
feroz khan
0
Thanx all of u
18th May 2018, 2:11 AM
anil kaushik
anil kaushik - avatar
- 1
an array is a kind of virtual space that we use to store infomation in a blocks ... arrays types are one deminension two deminension & N deminension
24th Nov 2016, 4:19 PM
pia arora
pia arora - avatar
- 1
in c++, an array is a collection of variable of the same type and fixed size.
24th Nov 2016, 10:31 PM
Francisco Javier Coenda
Francisco Javier Coenda - avatar
- 1
An array is a fixed size collection of similar objects . it is just like a library where we can find one complete line as a physics books, like may ve next only computers like that one line is one array
25th Nov 2016, 3:08 AM
Jitu Achar
Jitu Achar - avatar