Vidyalelo
PHP · Q9

Control Structures(Loop In PHP)

Programming · PHP · question 9

Q9

What will be the output of the following PHP code ?

A.
all
B.
some
C.
error
Answer
D.
no output

Answer: Option C

Solution

Answer: Option C
Solution:
No else statement to end the if statement.