What are the differences between break and exit?
        Posted  
        
            by srikanth rongali
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by srikanth rongali
        
        
        
        Published on 2010-03-23T10:50:49Z
        Indexed on 
            2010/03/23
            10:53 UTC
        
        
        Read the original article
        Hit count: 210
        
Even I used break() and exit() statements many times, I am bit confused between them. I need to know exact meaning of both, when we should use them. Please explain with small example. Thank you.
© Stack Overflow or respective owner