首页 > Term: break statement
break statement
A C or C++ control statement that contains the keyword break and a semicolon (;). It is used to end an iterative or a switch statement by exiting from it at any point other than the logical end. Control is passed to the first statement after the iteration or switch statement.
0
创建者
- Peteh
- 100% positive feedback