Vidyalelo
PHP · Q13

Operators And Expressions

Programming · PHP · question 13

Q13

What will be the output of the following PHP code ?

A.
redgreen
B.
red green
C.
0
Answer
D.
error

Answer: Option C

Solution

Answer: Option C
Solution:
+ operator does not join both the strings.