Q. What will be the output of the following PHP code ?
Code:
<?php $num = '8' ; print + + $num; ?>
β
Correct Answer: (B)
8
<?php $num = '8' ; print + + $num; ?>
You must be Logged in to update hint/solution