题目内容

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.

Nested loops have a loop contained within another loop.

A section of code that is repeated is referred to as a ____.

A. condition
B. repetition
C. selection
D. loop

答案查题题库