Vidyalelo
PHP · Q62

Operators And Expressions

Programming · PHP · question 62

Q62

What will be the output of the following PHP code ?

A.
1010
Answer
B.
105
C.
510
D.
error

Answer: Option A

Solution

Answer: Option A
Solution:
Varibale x stores the value 10 and not 5.