Discussion Forum : Php Control Structures (loop)
Question - What will be the output of the following PHP code ?for ($i = 0; -5 ; $i++) {print"i";if ($i == 3)break;}
Options:
A .  0 1 2 3
B .  error
C .  0 1 2 3 4 5
D .  0 1 2 3 4
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

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