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…
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…