1.

What will be the output of the following PHP code ?
<?php
$str = 'view ';
print "Inter{$str}Mania";
?>

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


Discussion

No Comment Found

Related MCQs