1.

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

A. 11
B. 2
C. 0
D. 1
Answer» C. 0


Discussion

No Comment Found