Q118
What will be the output of the following PHP code ?
A.
5
AnswerB.
error
C.
6
D.
7
Answer: Option A
Solution
Answer: Option A
Solution:
Operator precedence followed,incremented after display.
Operators And Expressions
Programming · PHP · question 118
Q118
Answer: Option A