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