Vidyalelo
PHP · Q26

Basic PHP

Programming · PHP · question 26

Q26

What will be the output of the following PHP code?

A.
AshleyBale
B.
AshleyBaleBlank
Answer
C.
ShrekBlank
D.
Shrek

Answer: Option B

Solution

Answer: Option B
Solution:
The continue statement causes execution of the current loop iteration to end and commence at the beginning of the next iteration.