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