Vidyalelo
PHP · Q75

Control Structures(Loop In PHP)

Programming · PHP · question 75

Q75

What will be the output of the following PHP code ?

A.
10
B.
infinite loop
Answer
C.
no output
D.
error

Answer: Option B

Solution

Answer: Option B
Solution:
There is no check condition to stop the execution of the loop.