Discussion Forum : Php Control Structures (loop)
Question - What will be the output of the following PHP code ?for ($count = 1; $count != 20;$count++) {print $count;$count++;}
Options:
A .  Infinite
B .  1357…19
C .  123…….20
D .  13579…21
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 *