Examveda
Examveda

What will be the output of the following PHP code ?
<?php
echo 5 * 9 / 3 + 9;
?>

A. 24

B. 3.7

C. 3.85

D. 0

Answer: Option A

Solution(By Examveda Team)

Operator precedence order must be followed.

This Question Belongs to PHP >> Operators And Expressions In Php

Join The Discussion

Related Questions on Operators and Expressions in php