

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