Vidyalelo
PHP · Q85

Control Structures(Loop In PHP)

Programming · PHP · question 85

Q85

What will be the output of the following PHP code ?

A.
hihellobye
B.
infinite loop
C.
hihello
D.
no output
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
As count($a) returns 3 the condition is always false.