Q20
What will be the output of the following PHP code ?
A.
0
B.
1
C.
error
D.
how are u
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
x&0 is 0,thus evaluated to false.
Control Structures(Loop In PHP)
Programming · PHP · question 20
Q20
Answer: Option D