Vidyalelo
PHP · Q69

Control Structures(Loop In PHP)

Programming · PHP · question 69

Q69

What will be the output of the following PHP code ?

A.
Infinite
Answer
B.
123…….20
C.
1357…19
D.
13579…21

Answer: Option A

Solution

Answer: Option A
Solution:
Condition always fails as count takes only odd numbers.