Q. What will be the output of the following PHP code ?
Code:
<?php # echo "Hello world"; echo "# Hello world"; ?>
β
Correct Answer: (A)
# Hello world
<?php # echo "Hello world"; echo "# Hello world"; ?>
You must be Logged in to update hint/solution