Q109
What will be the output of the following PHP code ?
A.
58
B.
59
AnswerC.
109
D.
108
Answer: Option B
Solution
Answer: Option B
Solution:
a is set to 5 in the if condition and b is postdecremented in the print statement.