

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? <?php $x = 3.3; $y = 2; echo $x % $y; ?> |
A. | 0 |
B. | 1 |
C. | 2 |
D. | Error |
Answer» C. 2 | |