1.

What will be the output of the following PHP code?
<?php
define("__LINE__", "She is beautiful");
echo " n";
echo __LINE__;
?>

A. She is beautiful
B. Error
C. Nothing
D. 4
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs