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