Q72
What will be the output of the following PHP code ?
A.
looser
B.
/$looser
C.
/
AnswerD.
$looser
Answer: Option C
Solution
Answer: Option C
Solution:
Since variables looser is not defined we only see / as output.