Q. In R, what is the purpose of the next statement in a loop? (A) Skips the next condition in an if-else statement (B) Exits the loop immediately (C) Moves to the next iteration of the loop (D) Restarts the loop from the beginning ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Moves to the next iteration of the loop