Discussion Forum : Php Control Structures (loop)
Question - What will be the output of the following PHP code ?$x;for ($x = -3; $x < -5; ++$x) {print ++$x;}
Options:
A .  -3-4
B .  -3-4-5
C .  no output
D .  infinite loop
Answer: Option C

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

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