1.

What will be the output of the following PHP code?$color = "maroon"; $var = $color[2]; echo "$var";

A. a
B. Error
C. $var
D. r
Answer» E.


Discussion

No Comment Found