1.

What will be the output of the following PHP code ?<?php$City = array("Chennai", "Mumbai", "Noida");print $City[2];?>

A. Chennai
B. Mumbai
C. Noida
D. Error
E. None of these
Answer» D. Error


Discussion

No Comment Found