1.

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

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


Discussion

No Comment Found

Related MCQs