1.

What will be the output of the following PHP code ?
<?php
$country = "India";
echo "$country";
echo "$COUNTRY";
echo "$Country";
?>

A. Error
B. India
C. IndiaIndiaIndia
D. IndiaIndia
E. None of these
Answer» C. IndiaIndiaIndia


Discussion

No Comment Found

Related MCQs