1.

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

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


Discussion

No Comment Found