1.

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

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


Discussion

No Comment Found

Related MCQs