Vidyalelo
PHP · Q133

Operators And Expressions

Programming · PHP · question 133

Q133

What will be the output of the following PHP code ?

A.
qwe12345rty
B.
qwe$arty
C.
qwe
Answer
D.
error

Answer: Option C

Solution

Answer: Option C
Solution:
qwe, because arty, which is undefined.