1.

What will be the output of the following PHP code ?
<?php
$n = 25;
{
echo "$n";
}
?>

A. Error
B. 25
C. Nothing
D. $n
E. None of these
Answer» C. Nothing


Discussion

No Comment Found

Related MCQs