Vidyalelo
PHP · Q99

Operators And Expressions

Programming · PHP · question 99

Q99

What will be the output of the following PHP code ?

A.
1234567891011121314….infinitely
B.
01234567891011121314…infinitely
C.
no output
Answer
D.
error

Answer: Option C

Solution

Answer: Option C
Solution:
The first conditio itsef fails thus the loop exits.