1.

What will be the output of the following PHP code ?
<?php
define("ATTENTION", "Interview mania is good website.", true);
echo $ATTENTION;
?>

A. Interview mania is good website.
B. Error
C. $ATTENTION
D. ATTENTION
E. None of these
Answer» C. $ATTENTION


Discussion

No Comment Found

Related MCQs