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

Define constructor in c#.

0 Answers  


Explain the importance and use of each, version, culture and publickeytoken for an assembly.

0 Answers  


Can a child class call the constructor of a base class?

0 Answers  


What's the difference between class and object?

0 Answers  


Is and as in c#?

0 Answers  






is it possible to inherit a class but methods declared in the class should not be inheritable i possible how?

8 Answers   Microsoft,


What does xpath return?

0 Answers  


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  


In c#, what will happen if you do not explicitly provide a constructor for a class?

0 Answers  


Explain about Serialize and MarshalByRef?

0 Answers  


What are the basics of c#?

0 Answers  


Describe ado.net?

0 Answers  


Categories