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
<?php
define("ATTENTION", "MCQ Buddy is good website.", true);
echo $ATTENTION;
?>
You must be Logged in to update hint/solution