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