Vidyalelo
PHP · Q1

Operators And Expressions

Programming · PHP · question 1

Q1

What will be the output of the following PHP code ?

A.
Error
B.
Hello World
C.
Nothing
Answer
D.
Missing semicolon error

Answer: Option C

Solution

Answer: Option C
Solution:
If you need to output something onto the screen you’ll need to use echo or print_r.