Array 4 Flashcards
1
Q
Defined as the number of elements
present in an array
A
The length of an array
2
Q
It returns an integer value that is equal to the total number of the elements present in that array.
A
Length of an array
3
Q
Adding array values in one array
A
Array concatenation
4
Q
Syntax for length of an array
A
len(array)