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