1.

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

A. Error
B. 25
C. 26
D. 10
E. None of these
Answer» C. 26


Discussion

No Comment Found

Related MCQs