Array 4 Flashcards

1
Q

Defined as the number of elements
present in an array

A

The length of an array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Adding array values in one array

A

Array concatenation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Syntax for length of an array

A

len(array)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly