A

Admin • 832.27K Points
Coach

Q. What is the output of var_dump(true && false);?

  • (A) bool(true)
  • (B) bool(false)
  • (C) 1
  • (D) 0
  • Correct Answer - Option(B)
  • Views: 49
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

true && false evaluates to false.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.