MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code? <?php $x; if ($x) print "hi" ; else print "how are u"; ?> |
| A. | How are u |
| B. | Hi |
| C. | Error |
| D. | No output |
| Answer» B. Hi | |