1.

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

A. 2
B. 11
C. 0
D. 1
E. None of these
Answer» B. 11


Discussion

No Comment Found

Related MCQs