Question:While coding a loop, you come across a condition where you have to ignore the rest of the statements and continue with the beginning of the loop. Which statement would you use?
A exit B return C continue D while
+ AnswerC
+ Report