for(count=0;count<20;count++) { if(count==10) { break; } }
Asked In: Many Interviews | Alert Moderator
Login to post response