1.

What will be the output of the following PHP code ?
<?php
$n = 'n' ;
print $n * 8;
?>

A. n
B. 8
C. 0
D. 1
E. None of these
Answer» C. 0


Discussion

No Comment Found

Related MCQs