1.

What will be the output of the following PHP code ?
<?php
$Country1 = "INDIA";
$Country2 = "INDIA";
echo "$Country1" + "$Country2";
?>

A. INDIA
B. INDIA INDIA
C. Error
D. 0
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs