1.

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

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


Discussion

No Comment Found

Related MCQs