Q6
What will be the output of the following PHP code ?
A.
true
B.
false
C.
error
AnswerD.
no output
Answer: Option C
Solution
Answer: Option C
Solution:
echo does not return anything so if condition is empty.