1.

What will be the output of the following PHP code ?
<?php
function _message()
{
echo "Welcome to the Interview Mania";
}
_message();
?>

A. Welcome to the Interview Mania
B. Error
C. Nothing
D. _message
E. None of these
Answer» B. Error


Discussion

No Comment Found

Related MCQs