 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the purpose of ‘break’ statement? | 
| Answer» The ‘break’ statement can be used to terminate a repeated structure (loops) such as ‘while’, do-while ‘and’ ‘for’ and multi-branching statements like ‘switch’. | |