Computer Science, asked by aenyyyy, 1 year ago

break statements for loop programming

Answers

Answered by neelabh70
0
break statement in C. When a break statement is encountered inside aloop, the loop is immediately terminated and the program control resumes at the next statementfollowing the loop. It can be used toterminate a case in the switch statement
Similar questions