Q88
What will be the output of the following PHP code ?
A.
4
B.
2
C.
error at line2
AnswerD.
no output
Answer: Option C
Solution
Answer: Option C
Solution:
The ** is not a valid operator,only ++ and — exist.