1.

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

A. view
B. error
C. Mania
D. Inter{$str}Mania
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs