Q. What will be the output of the following PHP code?
Code:
<?php var_dump (print "Hello"); ?>
β
Correct Answer: (C)
Helloint(1)
<?php var_dump (print "Hello"); ?>
You must be Logged in to update hint/solution