Vidyalelo
PHP · Q29

Operators And Expressions

Programming · PHP · question 29

Q29

What will be the output of the following PHP code ?

A.
onetwo
B.
one
C.
nothing
D.
error
Answer

Answer: Option D

Solution

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