What is the functionality of break and continue in Visual
Studio?

Answer Posted / arun

Break allows the compiler to exit abruptly from the loop in which it is running when it reaches the point .
continue allows the compiler to proceed to the next step.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main purpose of linq?

697


What is difference between list and ilist in c#?

658


Why do we need delegates?

675


What is string pool in c#?

769


What will be the output of the following code?

715


What is difference between array and collection in c#?

674


Is java better than c sharp?

739


Is list ienumerable c#?

813


What is console programming language?

719


How do I start a program in c#?

750


Which constructor is called first in c#?

705


What is a dictionary in c#?

693


What is a reference type c#?

728


What’s a strong name?

713


Can arraylist store different data types in c#?

707