 |
C - Control Statements, if, elseif, while, do, for loop
Using break keyword: If a condition is met in switch case then execution continues on into the next case clause also if it is not explicitly specified that the execution should exit the switch statement. This is achieved by using break keyword. Try out gi
www.tutorialspoint.com |
 |