1.

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

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


Discussion

No Comment Found