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