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 are the 4 pillars of any object oriented programming language?
How big is an int in c#?
Is dll a library?
What is binding in c#?
Is stringbuilder faster than string concatenation c#?
What is desktop example?
What is a Assembly?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is class sortedlist underneath?
What is dto c#?
What is global asax in c#?
What is namespace in oops?
Can u list some style properties of List Box?
What is ildasm and obfuscator in net?
Explain the types of assemblies in .net?