1.

What will be the output of the following PHP code ?
<?php
$p = 11;
$q = 3;
echo $p % $q;
?>

A. Nothing
B. $p % $q
C. 2
D. Error
E. None of these
Answer» D. Error


Discussion

No Comment Found

Related MCQs