

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