Vidyalelo
PHP · Q6

Control Structures(Loop In PHP)

Programming · PHP · question 6

Q6

What will be the output of the following PHP code ?

A.
true
B.
false
C.
error
Answer
D.
no output

Answer: Option C

Solution

Answer: Option C
Solution:
echo does not return anything so if condition is empty.