Q31
What will be the output of the following PHP code ?
A.
onetwo
AnswerB.
two
C.
one
D.
error
Answer: Option A
Solution
Answer: Option A
Solution:
This is same as the echo statement.
Operators And Expressions
Programming · PHP · question 31
Q31
Answer: Option A