Vidyalelo
PHP · Q16

Operators And Expressions

Programming · PHP · question 16

Q16

What will be the output of the following PHP code ?

A.
11
B.
2
Answer
C.
0
D.
1

Answer: Option B

Solution

Answer: Option B
Solution:
+ can be used to add to integer values which are enclosed by double-quotes.