Q92
What will be the output of the following PHP code ?
A.
result is true
B.
result is 1
AnswerC.
error
D.
no output
Answer: Option B
Solution
Answer: Option B
Solution:
Result is x&&y which returns 1 if both x and y are true.