1.

What will be the output of the following PHP code ?<?php$Country1 = "INDIA";$Country2 = "INDIA";print($Country1 == $Country2);?>

A. Error
B. Nothing
C. INDIA
D. 0
E. 1
Answer» F.


Discussion

No Comment Found