Vidyalelo
PHP · Q33

Control Structures(Loop In PHP)

Programming · PHP · question 33

Q33

What will be the output of the following PHP code ?

A.
hihellohi1
Answer
B.
hi
C.
hihi1
D.
hi1

Answer: Option A

Solution

Answer: Option A
Solution:
As break is not provided it executes all the cases.