Q75
What will be the output of the following PHP code ?
A.
10
B.
infinite loop
AnswerC.
no output
D.
error
Answer: Option B
Solution
Answer: Option B
Solution:
There is no check condition to stop the execution of the loop.