Vidyalelo
PHP · Q71

Control Structures(Loop In PHP)

Programming · PHP · question 71

Q71

What will be the output of the following PHP code ?

A.
hihihi
Answer
B.
hihellohihellohihello
C.
hellohellohello
D.
hi

Answer: Option A

Solution

Answer: Option A
Solution:
When continue is encountered it skips to the next iteration