Vidyalelo
PHP · Q88

Operators And Expressions

Programming · PHP · question 88

Q88

What will be the output of the following PHP code ?

A.
4
B.
2
C.
error at line2
Answer
D.
no output

Answer: Option C

Solution

Answer: Option C
Solution:
The ** is not a valid operator,only ++ and — exist.