1.

What will be the output of the following PHP code ?
<?php
$n = 10;
for ($n)
{
print $n;
}
?>

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


Discussion

No Comment Found

Related MCQs