Advanced Control Flow

1. When break is encountered inside any loop, control automatically passes to the beginning of the loop.
2. Which of the following is not a loop in C
3. What is the output of the following code
4. What is the output of the following code
5. What is the output of the following code
6. Which is the output of the following code
7. What is the output of the following code:
8. How many * this code will print:
9. Which of the following is an exit controlled loop:
10. Which among the following is an unconditional control structure: