1.

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

A. Ajit
B. Rahul
C. AjitRahul
D. Nothing
E. Error
Answer» F.


Discussion

No Comment Found

Related MCQs