Vidyalelo
PHP · Q30

Operators And Expressions

Programming · PHP · question 30

Q30

What will be the output of the following PHP code ?

A.
onetwo
B.
one, two
C.
one
D.
error
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The above syntax will produce an error, unlike the echo statement.