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 difference between dynamic and var in c#?

681


Differentiate between copy and default constructor.

780


What is the difference between Java and .NET garbage collectors?

734


What are cshtml files?

664


What is window application in c#?

703


Can you pass parameters to destructors?

749


Can we override interface methods in c#?

653


What is a struct in C#?

741


What is a method signature in c#?

692


What are the differences between events and delegates in c#?

683


What is form feed and carriage return?

687


What do you mean by thread safe in c#?

648


What is a method signature?

749


What basic steps are needed to display a simple report in crystal?

744


List the differences between method overriding and method overloading?

687