What is the purpose of the 'continue' statement in a loop?
To exit the loop completely
To skip the rest of the code and proceed with the next iteration
To pause the loop temporarily
To repeat the current iteration
This question is part of this quiz :
Control Flow