Q62
What will be the output of the following PHP code ?
A.
**********
B.
*********
AnswerC.
***********
D.
infinite loop
Answer: Option B
Solution
Answer: Option B
Solution:
Loop runs from 1 to 9 i.e 9 times.