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
Is c# static or dynamic?
Can you describe iuknown interface in short?
Is goto statement supported in c#?
Can you store strings in arrays?
What are the steps to create a webservice and consume it?
Can int be null in c#?
What is the difference between function and method in c#?
What’s a strong name?
What is delegates in c# and uses of delegates?
What is c# used for in the industry?
What is the difference between Object and class adapters?
Define a jagged array in c#?
What is an object and a class?
Explain when should you call the garbage collector in .net?
Why we use get and set method in c#?