1.

What will be the output of the following PHP code ?
<?php
$n1 = 5;
print $n = ++$n;
?>

A. 5
B. 3
C. 1
D. 0
E. None of these
Answer» D. 0


Discussion

No Comment Found

Related MCQs