Vidyalelo
PHP · Q77

Control Structures(Loop In PHP)

Programming · PHP · question 77

Q77

What will be the output of the following PHP code ?

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

Answer: Option C

Solution

Answer: Option C
Solution:
The condition of the loop is always false 0.