Vidyalelo
PHP · Q114

Operators And Expressions

Programming · PHP · question 114

Q114

What will be the output of the following PHP code ?

A.
no output
B.
error
Answer
C.
6
D.
7

Answer: Option B

Solution

Answer: Option B
Solution:
Operator ++ can be done only on variables.