We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c128a6 commit c9a1b09Copy full SHA for c9a1b09
c/basics/while-loop.c
@@ -1,3 +1,4 @@
1
+// NOTE: use break to exit loop, continue to skip one iteration
2
int a = 0;
3
4
while (a < 5) {
0 commit comments