Loop Control Structure

1. 
The repetition of a set – of – statements depending upon a condition test is known as –

2. 
A sequence of statements contained within a pair of braces and is called a :

3. 
Which fram following is a jump statement?

4. 
Which test can not be handle by switch statement –

5. 
The exit ( ) function breaks out of :

6. 
Who gives the instruction to the computer to for performing any kind of action?

7. 
Destination is specified by a label within statement is called :

8. 
A loop containing another loop in its loop । body is called –

9. 
The braces are not necessary when the Joop body contains a :

10. 
Which operation can be used as an alternative to the if statement?