Vidyalelo
R Programming · Q19

Control Structures in R Programming

Programming · R Programming · question 19

Q19

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
Answer
D.
To restart the loop from the beginning

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board