Q26
What will be the output of the following PHP code ?
A.
echo hello world
AnswerB.
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.