Q14
What will be the output of the following PHP code ?
A.
redgreen
B.
red green
C.
0
AnswerD.
1
Answer: Option C
Solution
Answer: Option C
Solution:
+ does not return 1 if the variables are equal.
Operators And Expressions
Programming · PHP · question 14
Q14
Answer: Option C