Given a one dimensional array arr what is the correct way of-06097
Given a one dimensional array arr, what is the correct way of getting the number of elements in arr
This multiple choice question (MCQ) is related to the book/course
vu cs506 Web Design and Development.
It can also be found in
vu cs506 Mid Term - Quiz No.3.
Given a one dimensional array arr, what is the correct way of getting the number of elements in arr
arr.length
arr.length – 1
arr.size – 1
arr.length()