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