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