Q66
What will be the output of the following PHP code ?
A.
In for loop
B.
After for loop
AnswerC.
In for loopAfter for loop
D.
Infinite loop
Answer: Option B
Solution
Answer: Option B
Solution:
The loop does not run as i initialized in check statement will be zero.