Q:

What is the difference between “continue” and “break” statements in C#?

0

What is the difference between “continue” and “break” statements in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Using break statement, you can ‘jump out of a loop’ while by using continue statement, you can ‘jump over one iteration’ and then resume your loop execution.

So Guys, this brings us to the end of this article on C# Interview Questions and answers. I hope this post world helped in adding up to your knowledge. Wishing you all the best for your interview.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
<< Which string method is used for concatenation of t...