Q117
What will be the output of the following PHP code ?
A.
5
B.
error
C.
6
AnswerD.
7
Answer: Option C
Solution
Answer: Option C
Solution:
Operator precedence followed.
Operators And Expressions
Programming · PHP · question 117
Q117
Answer: Option C