1.

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

A. Red1
B. Red 1
C. 0
D. 1
Answer» E.


Discussion

No Comment Found