Use of Break and Continue Statements

Break Statement in C n any loop break statement is used to jump out of loop skipping the code below it without caring about the test condition. It interrupts the…

Share Button
error: Content is protected !!