1.

What will be the output of the following PHP code ?
<?php
$n;
echo "$n";
?>

A. 0
B. True
C. 1
D. False
E. Undefined variable: n
Answer» F.


Discussion

No Comment Found

Related MCQs