Loop Statements
摘要
In this chapter, we explain the loop statements. Loop statements are used when a segment of the program needs to be run a number of times. Their different loop expressions are available in C programming, and these expressions are for-loop, while-loop, and do-while-loop. The goto statement can also be used to form loop expressions, but it is not as frequently used as the other ones.