Vidyalelo
R Programming · Q29

Control Structures in R Programming

Programming · R Programming · question 29

Q29

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

Answer: Option C

Solution

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