1.

What will be the output of the following PHP code ?<?php$First = "Mania";$Second = "Interview";echo "$First"+"$Second";?>

A. Mania
B. 0
C. Error
D. Interview
E. None of these
Answer» C. Error


Discussion

No Comment Found