<?php $i = 0; for(;$i<=10;$i+=2);{ echo $i; } ?>
What will the output be?
<?php $i = 1; for(;$i<=10;$i+=2);{ echo $i; } ?>
No related posts.
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website