Vidyalelo
PHP · Q72

Operators And Expressions

Programming · PHP · question 72

Q72

What will be the output of the following PHP code ?

A.
looser
B.
/$looser
C.
/
Answer
D.
$looser

Answer: Option C

Solution

Answer: Option C
Solution:
Since variables looser is not defined we only see / as output.