Vidyalelo
PHP · Q20

Control Structures(Loop In PHP)

Programming · PHP · question 20

Q20

What will be the output of the following PHP code ?

A.
0
B.
1
C.
error
D.
how are u
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
x&0 is 0,thus evaluated to false.