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