

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? $x; if ($x == 0) print "hi" ; else print "how are u"; print "hello"; |
A. | how are uhello |
B. | hihello |
C. | hi |
D. | no output |
Answer» C. hi | |