Q. What is the output of count([1, 2, 3])? (A) 2 (B) 3 (C) 1 (D) 0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 3 Explanation: The count() function returns the number of elements in the array.