+ 1
Is "continue" tag can be used in switch statements?
Use of continue in conditional statements in C/C++.
2 Antworten
+ 1
No... You can use it ONLY inside loops https://en.cppreference.com/w/cpp/language/continue
+ 1
Good catch 😁👍👍
Use of continue in conditional statements in C/C++.