Q86
What will be the output of the following PHP code ?
A.
80.5
B.
44
C.
82
D.
42
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Expression is evaluated from right to left.
Operators And Expressions
Programming · PHP · question 86
Q86
Answer: Option D