1.

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

A. 5
B. 3
C. 0
D. 1
Answer» B. 3


Discussion

No Comment Found