1.

What will be the output of the following PHP code ? <?php if (print "0") print "hi" ; else print "how are u"; ?>

A. 0how are u
B. 0hi
C. Hi
D. How are u
Answer» C. Hi


Discussion

No Comment Found