+ 1
What are the functions of an array?
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. 
+ 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.
+ 1
used for large amount of data and each data takes a specific position 
+ 1
Thanks all 
- 8
Pussy








