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 are the methods in c#?

525


What are Namespaces?

558


What is indexer c#?

465


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

522


Name the two classes are required for implementing a windows service?

546






What is foreach loop in c#?

525


Give 2 scenarios where static constructors can be used?

487


What is sealed class in c#?

517


What is difference between singleton and static class in c#?

472


Why do we need generics?

513


I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.

1458


What is garbage collector and where should you use in .NET?

513


What is an int c#?

478


What is cosole application?

570


What is the difference between disposing of () and finalize() methods in c#?

544