Q82
What will be the output of the following PHP code ?
A.
11111213
AnswerB.
11121213
C.
11111212
D.
11111112
Answer: Option A
Solution
Answer: Option A
Solution:
++a++ prints and then increments.
Operators And Expressions
Programming · PHP · question 82
Q82
Answer: Option A