Q99
What will be the output of the following PHP code ?
A.
1234567891011121314….infinitely
B.
01234567891011121314…infinitely
C.
no output
AnswerD.
error
Answer: Option C
Solution
Answer: Option C
Solution:
The first conditio itsef fails thus the loop exits.