Q. A continue statement causes execution to skip to (Solved)
1. the return 0; statement
2. the first statement after the loop
3. the statement following the continue statement
4. the next iteration of the loop
- c. the statement following the continue statement