Q. Which function is used to count array elements?
β
Correct Answer: (A)
count()
Explanation: count() returns the number of elements in an array.