Vidyalelo
R Programming · Q5

Control Structures in R Programming

Programming · R Programming · question 5

Q5

What is the purpose of the break statement in a loop in R?

A.
To exit the loop immediately
Answer
B.
To skip the current iteration of the loop
C.
To restart the loop from the beginning
D.
To increment the loop variable

Answer: Option A

Solution

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