Q. What is the role of the next statement in a loop in R? (A) To skip the next condition in an if-else statement (B) To exit the loop immediately (C) To move to the next iteration of the loop (D) To restart the loop from the beginning ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) To move to the next iteration of the loop