Q60
What will be the output of the following PHP code ?
A.
0
B.
infinite loop
C.
no output
D.
error
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Wrong syntax for for loop.
Control Structures(Loop In PHP)
Programming · PHP · question 60
Q60
Answer: Option D