Hi. I am last year BSc(I.T) student am learning c programming language. I want to know about how to break outer loop from switch case? Any help would be highly appreciated. Thanks in advanced. Here is my code:
Code:for(int a=0;a<15;a++) { switch(a) { case 6: break; case 7: } }



Reply With Quote
Copyright Techfuels
Bookmarks