Array mean what | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Array mean what

What uses

13th Nov 2016, 9:47 AM
Gokul Krish
Gokul Krish - avatar
6 Answers
+ 4
In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be computed at run time by the program. Such a collection is usually called an array variable, array value, or simply array. Source: https://en.wikipedia.org/wiki/Array_data_type Also watch Mr. Kennedy's Virtual Lessons video about arrays: https://www.youtube.com/watch?v=3rQRn-7uGaE
13th Nov 2016, 10:13 AM
Marian Anghel
+ 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