Break Program in C
The break statement is used to terminate the loop. In this program, if the value is equal to 6 then the loop will be terminated and the statement will be…
The break statement is used to terminate the loop. In this program, if the value is equal to 6 then the loop will be terminated and the statement will be…