Vidyalelo
PHP · Q32

Control Structures(Loop In PHP)

Programming · PHP · question 32

Q32

What will be the output of the following PHP code ?

A.
hello
Answer
B.
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.