CTutorials break statement in C tutorial The break statement in C is used to exit a loop or switch statement prematurely. When break is encountered within a loop or a switch, the control flow immediately exits … Read more 0 FacebookTwitterPinterestEmail