1.

What will be the output of the following PHP code ?
<?php
$Name = "Rahul";
$Name = "Ajit";
echo "$Name";
?>

A. Error
B. Rahul
C. Ajit
D. Nothing
E. None of these
Answer» D. Nothing


Discussion

No Comment Found

Related MCQs