Vidyalelo
PHP · Q31

Operators And Expressions

Programming · PHP · question 31

Q31

What will be the output of the following PHP code ?

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

Answer: Option A

Solution

Answer: Option A
Solution:
This is same as the echo statement.