Vidyalelo
PHP · Q26

Operators And Expressions

Programming · PHP · question 26

Q26

What will be the output of the following PHP code ?

A.
echo hello world
Answer
B.
hello world
C.
nothing
D.
error

Answer: Option A

Solution

Answer: Option A
Solution:
The print statement will print what ever is present inside the double-quotes.