题目内容

The break statement violates pure structured programming principles because it provides a second nonstandard exit from a loop.

查看答案
更多问题

When a continue statement is encountered in a loop, the next iteration of the loop begins immediately.

In many situations, especially those that use a counter-controlled loop, the for statement format is easier to use than its while equivalent.

The construction for ( ; count <= 20;)… is not valid.

In C, lists where commas are required to separate individual expressions in the list, are referred to as comma-separated lists.

答案查题题库