1.

What will be the output of the following PHP code ?
<?php
$p = "$Test";
$q = " $Example";
echo $p, $q;
?>

A. $Example
B.
C. $Test
D. Nothing
E. None of these
Answer» B.


Discussion

No Comment Found

Related MCQs