Question 413: Which keyword is used to skip the rest of the code in the current iteration of a loop and move to the next iteration?
tcs
wipro
infosys
general
aptitude
loops
Thecontinuestatement is used to skip the rest of the code in the current iteration of a loop and move to the next iteration.