What is the functionality of break and continue in Visual
Studio?
Answer Posted / smartboy3k
Break and Continue allows the user to debug the application.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Is there regular expression (regex) support available to c# developers?
What is a delegate in c#?
What are partial classes and use of partial classes?
What is form feed in c#?
How do switch statements work?
Are all methods virtual in c#?
What is session state in asp net c# with example?
Is there a way of specifying which block or loop to break out of when working with nested loops?
Why do we use abstraction in c#?
How Do You Convert A Value-type To A Reference-type?
Is versioning applicable to private assemblies?
What do you mean by generic class in c#?
How does foreach loop work in c#?
What is Delegate and what is it used for ?
What is parameters in c#?