Q. What will be the output of the following PHP code ?
Code:
<?php
define("ATTENTION", "MCQ Buddy is good website..", true);
echo ATTENTION;
echo "\n";
echo ATTENTION;?>
β
Correct Answer: (C)
MCQ Buddy is good website. MCQ Buddy is good website.