Q4
What will be the output of the following PHP code ? = 0) print "true"; else print "false"; ?>
A.
true
B.
false
C.
error
D.
no output
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The nested for loop is not entered if outer condition is false.