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 the main purpose of linq?
What is difference between list and ilist in c#?
Why do we need delegates?
What is string pool in c#?
What will be the output of the following code?
What is difference between array and collection in c#?
Is java better than c sharp?
Is list ienumerable c#?
What is console programming language?
How do I start a program in c#?
Which constructor is called first in c#?
What is a dictionary in c#?
What is a reference type c#?
What’s a strong name?
Can arraylist store different data types in c#?