SyntaxFix
Write A Post
Hire A Developer
Questions
You can use goto.
goto
while ( ... ) { switch( ... ) { case ...: goto exit_loop; } } exit_loop: ;