Q12
What will be the output of the following PHP code ?
A.
red
B.
green
C.
red green
D.
redgreen
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The . operator is used to join to strings.
Operators And Expressions
Programming · PHP · question 12
Q12
Answer: Option D