Vidyalelo
PHP · Q70

Operators And Expressions

Programming · PHP · question 70

Q70

What will be the output of the following PHP code ?

A.
3
B.
4
C.
6
D.
Error
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
In C you won’t get an error but in PHP you’ll get a syntax error.