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
What is difference between dynamic and var in c#?
Differentiate between copy and default constructor.
What is the difference between Java and .NET garbage collectors?
What are cshtml files?
What is window application in c#?
Can you pass parameters to destructors?
Can we override interface methods in c#?
What is a struct in C#?
What is a method signature in c#?
What are the differences between events and delegates in c#?
What is form feed and carriage return?
What do you mean by thread safe in c#?
What is a method signature?
What basic steps are needed to display a simple report in crystal?
List the differences between method overriding and method overloading?