Discussion Forum : Control Structures(loop In Php)
Question - What will be the output of the following PHP code ?
Options:
A .  true
B .  false
C .  error
D .  no output
Answer: Option D
The nested for loop is not entered if outer condition is false.

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *