1.

What will be the output of the following PHP code?
<?php
$var = "YELLOW";
$var1 = $var[5];
echo "$var1";
?>

A. Y
B. E
C. L
D. O
E. W
Answer» E. W


Discussion

No Comment Found

Related MCQs