Vidyalelo
PHP · Q80

Control Structures(Loop In PHP)

Programming · PHP · question 80

Q80

What will be the output of the following PHP code ?

A.
AshleyBaleBlank
Answer
B.
AshleyBale
C.
AshleyBaleShrek
D.
No output

Answer: Option A

Solution

Answer: Option A
Solution:
Only the Shrek is skipped due to the continue statement.