Vidyalelo
PHP · Q21

Operators And Expressions

Programming · PHP · question 21

Q21

What will be the output of the following PHP code ?

A.
Hello World
B.
Hello
C.
World
D.
HelloWorld
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Echo can print two variables which are seperated by a comma.