1.

What will be the output of the following PHP code ?
<?php
$num = 10 + ++15;
echo $num;
?>

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


Discussion

No Comment Found

Related MCQs