

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? <?php $a = 10; if (1) print "all"; else print "some" else print "none"; ?> |
A. | All |
B. | Some |
C. | Error |
D. | None |
Answer» D. None | |