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
How to implement a singleton design pattern in c#?
Do events have return type c#?
Are c# tuples immutable?
What is a Command Object in C#?
What are the characteristics of c#?
1. Describe page life cycle?
What is public void in c#?
What is the difference between early binding and late binding in c#?
What is int32 maxvalue?
Can a static class contain non static members?
What is an ienumerable in c#?
Can we extend static class in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is the delegates in c#?
Can we create extension method for interface?