Programming Reference/Librarys
Question & Answer
Q&A is closed
The continue
keyword causes the rest of the current loop iteration to be skipped, and the next one to be evaluated and run like normal.
since C 89
continue;
→ control structures continue