Q. Which function is used to count array elements? (A) count() (B) size() (C) array_length() (D) elements() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) count() Explanation: count() returns the number of elements in an array.