Q114
What will be the output of the following PHP code ?
A.
no output
B.
error
AnswerC.
6
D.
7
Answer: Option B
Solution
Answer: Option B
Solution:
Operator ++ can be done only on variables.
Operators And Expressions
Programming · PHP · question 114
Q114
Answer: Option B