Q133
What will be the output of the following PHP code ?
A.
qwe12345rty
B.
qwe$arty
C.
qwe
AnswerD.
error
Answer: Option C
Solution
Answer: Option C
Solution:
qwe, because arty, which is undefined.
Operators And Expressions
Programming · PHP · question 133
Q133
Answer: Option C