C Language - Control Statements
You Are Here :: Home > C Language > Control Statements - General Questions
1. | Each pass through a loop is called a/an |
|||||||
|
2. | Which looping process checks the test condition at the end of the loop? |
|||||||
|
3. | A continue statement causes execution to skip to |
|||||||
|
4. | In a group of nested loops, which loop is executed the most number of times? |
|||||||
|
5. | The statement i++; is equivalent to |
|||||||
|
6. | Which looping process is best used when the number of iterations is known? |
|||||||
|
1
2
3
4
5
6
7
next »