

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? <?php if (!print "hi") if (print "hello") print "hi"; ?> |
A. | Hi |
B. | Hihellohi |
C. | Hihi |
D. | No output |
Answer» B. Hihellohi | |