What is the difference between “continue” and “break” statements in C#? Technology Community › Category: C# › What is the difference between “continue” and “break” statements in C#? 0 Vote Up Vote Down VietMX Staff asked 4 years ago using break statement, you can jump out of a loop using continue statement, you can jump over one iteration and then resume your loop execution