1.

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

A. Mania
B. Inter
C. view
D. Inter$view
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs