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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / smartboy3k

Break and Continue allows the user to debug the application.

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Sharp Interview Questions

You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

0 Answers  


What is managed code?

0 Answers  


Why is ienumerable used?

0 Answers  


What are escape sequences explain with example?

0 Answers  


why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?

3 Answers  






Can we write one page in c# and other in vb in one application ?

3 Answers   Keane India Ltd,


HOw to judge a person for a team if you are allowed to ask only 2 questions to him?

2 Answers   TCS,


Can destructors have access modifiers?

0 Answers  


Which config file has all the supported channels/protocol?

0 Answers  


What are the 2 broad classifications of data types available in c#?

0 Answers  


Is .net and c# the same?

0 Answers  


What is difference between an reference type and value type in C#?

0 Answers   B-Ways TecnoSoft,


Categories