C語言9種控制語句
①if( )~else 條件語句
②for( )~ 循環(huán)語句
③while( )~ 循環(huán)語句
④do~while( ) 循環(huán)語句
⑤continue 結(jié)束本次循環(huán)語句
⑥break 中止執(zhí)行switch或循環(huán)語句
⑦switch 多分支選擇語句
⑧goto 轉(zhuǎn)向語句
⑨return 從函數(shù)返回語句
C語言9種控制語句
①if( )~else 條件語句
②for( )~ 循環(huán)語句
③while( )~ 循環(huán)語句
④do~while( ) 循環(huán)語句
⑤continue 結(jié)束本次循環(huán)語句
⑥break 中止執(zhí)行switch或循環(huán)語句
⑦switch 多分支選擇語句
⑧goto 轉(zhuǎn)向語句
⑨return 從函數(shù)返回語句