Saved Bookmarks
| 1. |
What will be the output of the following PHP code?<?php$x = 0if ($x + +)Print "hi";elseprint "hi";elseprint "how are u";?>(a) hi (b) no output (c) error (d) how are u |
|
Answer» (d) how are u |
|