Q21
What will be the output of the following PHP code ?
A.
Hello World
B.
Hello
C.
World
D.
HelloWorld
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Echo can print two variables which are seperated by a comma.