Computer Science, asked by deeyag008, 6 months ago

the length of an array can be obtained by using which statement​

Answers

Answered by nabafnazir5
0

Explanation:

With the help of the length variable, we can obtain the size of the array. Examples: int size = arr[]. length; // length can be used // for int[], double[], String[] // to know the length of the arrays.

Similar questions