1.

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

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


Discussion

No Comment Found

Related MCQs