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 hashtable and dictionary in c#?
What is difference between .net and c#?
What are the different types of constructors?
How do generics work in c#?
What is cookies c#?
How do I port "synchronized" functions from visual j++ to c#?
What is the use of nullable types in c#?
What is Fragmentation and its Types?
Does c# support multiple class inheritance?
What is serialization in .net?
Is dictionary reference type c#?
Why do we use namespace in c#?
Difference between a sub and a function in c#.
What is a di class?
What do you mean by casting a data type?