Q3
What will be the output of the following PHP code ?
A.
redredred
B.
redred
C.
red
AnswerD.
Error
Answer: Option C
Solution
Answer: Option C
Solution:
In PHP, all variables are case-sensitive.
Operators And Expressions
Programming · PHP · question 3
Q3
Answer: Option C