Q. How is a while loop different from a for loop in R?
β
Correct Answer: (B)
for loop is used for fixed iterations, while loop for variable iterations
You must be Logged in to update hint/solution