Q4
What will be the output of the following PHP code ?
A.
# Hello world
AnswerB.
Hello world# Hello world
C.
Hello world
D.
Error
Answer: Option A
Solution
Answer: Option A
Solution:
# is a single line comment.