1.

What will be the output of the following PHP code?
<?php
define('IF', 102);
echo "IF: ", IF;
?>

A. Error
B. Nothing
C. 102
D. IF:102
E. None of these
Answer» B. Nothing


Discussion

No Comment Found

Related MCQs