Q. Which statement is used to Restarts this iteration of the most internal loop, without checking loop condition?
β
Correct Answer: (C)
redo
Explanation: Redo : Restarts this iteration of the most internal loop, without checking loop condition. Restarts yield or call if called within a block.