Q65
What will be the output of the following PHP code ?
A.
In for loop
B.
After for loop
C.
In for loopAfter for loop
AnswerD.
Infinite loop
Answer: Option C
Solution
Answer: Option C
Solution:
The loop runs only once as value of x is incremented.