Q. The continue statement (Solved)
1. resumes the program if it is hanged
2. resumes the program if it was break was applied
3. skips the rest of the loop in current iteration
4. all of above
- c. skips the rest of the loop in current iteration
1. resumes the program if it is hanged
2. resumes the program if it was break was applied
3. skips the rest of the loop in current iteration
4. all of above