+ 1

What are the functions of an array?

19th Jul 2016, 6:59 PM
sumptuousharry
sumptuousharry - avatar
5 Answers
+ 3
An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed.
20th Jul 2016, 8:58 AM
WPimpong
WPimpong - avatar
+ 3
next to a stack, an array is one of the simplest structures that statically allocates a contiguous space in memory to store your data which can later be accessed using indices.
21st Jul 2016, 5:27 AM
Eric Gitangu
Eric Gitangu - avatar
+ 1
used for large amount of data and each data takes a specific position
20th Jul 2016, 2:44 AM
Alvin
Alvin - avatar
+ 1
Thanks all
21st Jul 2016, 2:26 PM
sumptuousharry
sumptuousharry - avatar
- 8
Pussy
19th Jul 2016, 11:02 PM
Danny West
Danny West - avatar