1.

What will be the output of the following PHP code ? <?php $x = 0; if ($x == 1) if ($x >= 0) print "true"; else print "false"; ?>

A. True
B. False
C. Error
D. No output
Answer» E.


Discussion

No Comment Found