Vidyalelo
PHP · Q4

Operators And Expressions

Programming · PHP · question 4

Q4

What will be the output of the following PHP code ?

A.
# Hello world
Answer
B.
Hello world# Hello world
C.
Hello world
D.
Error

Answer: Option A

Solution

Answer: Option A
Solution:
# is a single line comment.