Q83
What will be the output of the following PHP code ?
A.
error
B.
infinite loop
AnswerC.
no output
D.
0
Answer: Option B
Solution
Answer: Option B
Solution:
Loop condition is true as i%(i+1) is a float non zero value in php.