Q5
What will be the output of the following PHP code ?
A.
true
AnswerB.
false
C.
error
D.
no output
Answer: Option A
Solution
Answer: Option A
Solution:
Due to post increment and post decrement only the first condition is satisfied.