What is the functionality of break and continue in Visual
Studio?
Answer Posted / smartboy3k
Break and Continue allows the user to debug the application.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What's the difference between System.String and System..StringBuilder in C#?
What is the difference between interface and functional interface?
Why do we use public static void main in c#?
Is namespace a class?
What is difference between c and c sharp?
What is view state c#?
How do namespaces work?
How can I make sure my c# classes will interoperate with other .net languages?
What is array c#?
What is difference between constants and readonly in c#?
What does char mean in c#?
How do destructors and garbage collection work in c#?
Is is possible to force garbage collector to run?
How main method is called in c#?
What is access modifier in c#?