1.

What will be the output of the following PHP code ?
<?php
echo "echo "Hello Interview Mania"";
?>

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


Discussion

No Comment Found

Related MCQs