Vidyalelo
PHP · Q82

Operators And Expressions

Programming · PHP · question 82

Q82

What will be the output of the following PHP code ?

A.
11111213
Answer
B.
11121213
C.
11111212
D.
11111112

Answer: Option A

Solution

Answer: Option A
Solution:
++a++ prints and then increments.