Q24
What will be the output of the following PHP code?
A.
I love arsenal
B.
Error
C.
I love arsenalI love manc
AnswerD.
I love arsenalI love mancI love manu
Answer: Option C
Solution
Answer: Option C
Solution:
If a break statement isn’t present, all subsequent case blocks will execute until a break statement is located.