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
Can you inherit from a sealed class?
What is interface used in c#?
Can you declare a field readonly?
Is there throws keyword in c#?
Is c# the same as d flat?
What is yield break in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
How big is a 64 bit integer?
Which is more efficient for loop or while loop?
What is private static in c#?
Explain the process of polymorphism with an example?
What are the types of attributes in c#?
What does an indexer do?
What is the difference between system.text.stringbuilder and system.string?
Why is hashset faster?