1.

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

A. InterMania
B. InterviewMania
C. Error
D. ManiaInter
E. None of these
Answer» C. Error


Discussion

No Comment Found

Related MCQs