1.

What will be the output of the following PHP code ? $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