1.

What will be the output of the following PHP code ? <?php $x = 10; $y = 20; if ($x > $y && 1||1) print "hi" ; else print "how are u"; ?>

A. How are u
B. Hi
C. Error
D. No output
Answer» C. Error


Discussion

No Comment Found