Vidyalelo
PHP · Q60

Control Structures(Loop In PHP)

Programming · PHP · question 60

Q60

What will be the output of the following PHP code ?

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

Answer: Option D

Solution

Answer: Option D
Solution:
Wrong syntax for for loop.