1.

What will be the output of the following PHP code?
<?php
define("GREETING","Welcome to interview mania!");
echo constant("GREETING");
?>

A. Welcome to interview mania!
B. GREETING Welcome to interview mania!
C. Error
D. Nothing
E. None of these
Answer» B. GREETING Welcome to interview mania!


Discussion

No Comment Found

Related MCQs