February 2021
Beginner
338 pages
4h 11m
English
What is an array? An array is one or more data objects of the same type positioned next to each other in memory. Once declared, the array size is fixed, we cannot add nor remove elements to and from the array. The array itself is also a type.
The number 5 in the square brackets [] says how many array elements there are. We declared an array of ...
Read now
Unlock full access