Vidyalelo
PHP · Q129

Operators And Expressions

Programming · PHP · question 129

Q129

What will be the output of the following PHP code ?

A.
no output
B.
error
C.
5
Answer
D.
0

Answer: Option C

Solution

Answer: Option C
Solution:
The character is type casted to integer before multiplying.