Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

break in c++

break; statement helps in coming out of the current loop
Further in case of nested loop it gets you out of the innermost loop.
 
PREVIOUS NEXT
Tagged: #break
ADD COMMENT
Topic
Name
3+2 =