0

I dont understand the arrays

8th Dec 2016, 12:14 PM
Samer Mazraani
Samer Mazraani - avatar
3 Answers
+ 3
An array is used to store a collection of items of any type. You can think of it as a row within that row there is elements (which are the things you've stored). Furthermore you can retrieve,peek, remove, add items depending on what array it is, they have different behaviours you can peform on that particular data structure.
8th Dec 2016, 1:10 PM
Ousmane Diaw
+ 1
Lots of people not understanding array, what is so confusing about it. If you've done maths, array is just like a row matrix, but elements are not just numbers.
8th Dec 2016, 12:31 PM
Rishi Anand
Rishi Anand - avatar
0
Agree with @Sir.Anonymous and @Rishi Anand
8th Dec 2016, 2:08 PM
Vipul Walia
Vipul Walia - avatar