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;
Options:
A .  19
B .  12345678910….19
C .  20
D .  12345678910….1920
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 *