1.

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

A. Error
B. Nothing
C. 13
D. 14
E. None of these
Answer» B. Nothing


Discussion

No Comment Found

Related MCQs