1.

What will be the output of the following PHP code ?
<?php
$m = 15;
$n = 5;
$t = 7;
echo ($m % ($n) + $t);
?>

A. 15
B. 5
C. 7
D. Error
E. None of these
Answer» D. Error


Discussion

No Comment Found

Related MCQs