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