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

Can you declare a class or a struct as constant?

547


Can you inherit from a sealed class?

494


Can arraylist store different data types in c#?

475


Why we use get and set method in c#?

502


What is int64 in c#?

497






Is cli same as the clr?

519


What is variable and its classification?

528


Define Virtual folder?

631


Why do we need events in c#?

544


Which is better interface or abstract class in c#?

445


How do I join one form to another in c#?

466


What is the components of window?

504


What does private void mean in c#?

542


Explain about Threading Types.

597


What is a multicast c# delegate?

514