1.

What will be the output of the following PHP code ?
<?php
function str()
{
echo strstr("Interview Mania!", 118);
}
str();
?>

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


Discussion

No Comment Found

Related MCQs