1.

What will be the output of the following PHP code ?
<?php
echo 7 * 5 / 4 + 10;
?>

A. Error
B. 10
C. 18
D. 18.75
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs