Vidyalelo
PHP · Q73

Operators And Expressions

Programming · PHP · question 73

Q73

What will be the output of the following PHP code ?

A.
looser
B.
$looser
Answer
C.
\
D.
None of the above

Answer: Option B

Solution

Answer: Option B
Solution:
As there is a backslash before looser as the output.