continue

What is the difference between break and continue in C++?

The main difference between pause and continue in C++ is that break is used to terminate the loop immediately and to pass control…

3 years ago