A
Q. What will be the output of the following PHP code ?
Code:
<?php
define("ATTENTION", "MCQ Buddy is good website.", true);
echo $ATTENTION;
?>
define("ATTENTION", "MCQ Buddy is good website.", true);
echo $ATTENTION;
?>
- Correct Answer - Option(B)
- Views: 21
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.