1.

What will be the output of the following PHP code ? <?php $x = 10; $y = 4; $z = 3; echo $x % $y % $z; ?>

A. 0
B. 1
C. 2
D. Error
Answer» D. Error


Discussion

No Comment Found