Q. How can you get the number of elements in an array?
β
Correct Answer: (A)
count()
Explanation: count() returns the number of elements in an array.