A

Admin • 833K Points
Coach

Q. What is the output of count([1, 2, 3])?

  • (A) 2
  • (B) 3
  • (C) 1
  • (D) 0
  • Correct Answer - Option(B)
  • Views: 21
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

The count() function returns the number of elements in the array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.