

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