1.

What will be the output of the following PHP code ? <?php if (print "hi" - 1) print "hello" ?>

A. Hi
B. Hihello
C. Error
D. No output
Answer» D. No output


Discussion

No Comment Found