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:
","answers":{"a":"Syntax Error","b":"1 2 ","c":"1 2 3","d":"Print nothing"},"correctAnswer":"d"},{"question":"4. What is the output of the following code
","answers":{"a":"0","b":"1","c":"2","d":"3"},"correctAnswer":"a"},{"question":"5. What is the output of the following code
","answers":{"a":"Hello World","b":"Syntax error","c":"Print nothing","d":"Run Time error"},"correctAnswer":"a"},{"question":"6. Which is the output of the following code
","answers":{"a":"Syntax Error","b":"Hello","c":"HelloHello","d":"Infinite Loop"},"correctAnswer":"d"},{"question":"7. What is the output of the following code:
","answers":{"a":"1","b":"2","c":"1 2 ","d":"1 2 3"},"correctAnswer":"c"},{"question":"8. How many * this code will print:
AGPL 3.0  &  Creative Commons (CC BY-NC-SA 4.0)