1.

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

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


Discussion

No Comment Found