Q32
What will be the output of the following PHP code ?
A.
hello
AnswerB.
no output
C.
hi
D.
error
Answer: Option A
Solution
Answer: Option A
Solution:
The expression is evaluated with values contained in the string, even without typecasting.