1.

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

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


Discussion

No Comment Found

Related MCQs