Q10
What will be the output of the following PHP code ?
A.
all
B.
some
AnswerC.
error
D.
no output
Answer: Option B
Solution
Answer: Option B
Solution:
Empty string is evaluated to 0.
Control Structures(Loop In PHP)
Programming · PHP · question 10
Q10
Answer: Option B