The end of the cycle 2019/8/18 C language structure

First, how to jump out of multi-cycle

(1) goto (embedded not recommended, goto more complex)

(2)return

(3) if Analyzing

(4) after the addition of a cycle determination flag break
 
Two, for loop:
(1) break terminates the loop iteration of the loop code below
(2) return loop is terminated and the method exits the loop where
Cycle (3) continue to terminate the present cycle, carried out

Guess you like

Origin www.cnblogs.com/epll/p/11371825.html