Q80
What will be the output of the following PHP code ?
A.
AshleyBaleBlank
AnswerB.
AshleyBale
C.
AshleyBaleShrek
D.
No output
Answer: Option A
Solution
Answer: Option A
Solution:
Only the Shrek is skipped due to the continue statement.