Q13
What will be the output of the following PHP code ?
A.
redgreen
B.
red green
C.
0
AnswerD.
error
Answer: Option C
Solution
Answer: Option C
Solution:
+ operator does not join both the strings.
Operators And Expressions
Programming · PHP · question 13
Q13
Answer: Option C