continue statements in c++ loops | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

continue statements in c++ loops

any useful description about Continue Statment

14th Jun 2016, 8:09 AM
Saaim Abrar
Saaim Abrar - avatar
2 Answers
+ 1
Continue statement forces the immediate next iteration of the loop therefore the statements of the loop body after the continue statements are not executed. The Loop starts with the next iteration when a continue statement is encountered in the body of a loop.
14th Jun 2016, 8:15 AM
Saaim Abrar
Saaim Abrar - avatar
0
continue statement is use for skip the statements below the continue statement in the scope
22nd Jun 2016, 4:26 PM
gandhiyash