Vidyalelo
PHP · Q11

Control Structures(Loop In PHP)

Programming · PHP · question 11

Q11

What will be the output of the following PHP code ?

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

Answer: Option A

Solution

Answer: Option A
Solution:
The value of a is evaluated to 1 as it has a value.