I m not getting the cocept of array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I m not getting the cocept of array

12th Mar 2017, 5:00 AM
Deep Doshi
Deep Doshi - avatar
3 Answers
+ 14
array is a collection of similarly type of data. where u can store multiple data in a single variable. and can fetch the data using there indexes
12th Mar 2017, 5:57 AM
Mansi Dagla
Mansi Dagla - avatar
0
A container that stores data inside your computer. Each element in the array is a box with and index and a value(Not literally)
12th Mar 2017, 5:32 AM
Dawzy
Dawzy - avatar
0
a single variable having a list of consecutive memory locations is called array. e.g a variable b[5].... it means we have reserved memory for a variable which can store upto 5 values consecutively. and we can easily access to this array of five varibles using their index.
17th Apr 2017, 1:56 PM
Saqib khan
Saqib khan - avatar