Q129
What will be the output of the following PHP code ?
A.
no output
B.
error
C.
5
AnswerD.
0
Answer: Option C
Solution
Answer: Option C
Solution:
The character is type casted to integer before multiplying.