Q9
What will be the output of the following PHP code ?
A.
red red
B.
red
C.
error
AnswerD.
nothing
Answer: Option C
Solution
Answer: Option C
Solution:
Use of undefined constant red.
Operators And Expressions
Programming · PHP · question 9
Q9
Answer: Option C