What is the functionality of break and continue in Visual
Studio?

Answers were Sorted based on User's Feedback



What is the functionality of break and continue in Visual Studio?..

Answer / 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

What is the functionality of break and continue in Visual Studio?..

Answer / smartboy3k

Break and Continue allows the user to debug the application.

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Sharp Interview Questions

Explain how is the dll hell problem solved in .net?

0 Answers  


what is CSharp

6 Answers  


Explain the difference between proc. Sent by val and by sub?

0 Answers  


What is expression c#?

0 Answers  


Can you store multiple data types in System.Array?

20 Answers   Satyam, Siebel Systems,






Explain different properties of object oriented systems.

0 Answers  


wipro interview question on 28-Apr-10 1.what type of authentication used in web service, 2.what are type of multithreding ? 3.diff bet delegate and multithreading? 4.how to write update query trigger in stored procedure. 5. if you are so sharp then what happens when you click .net appln exe in system,who CLR get loaded. 6.how to use work flown in application. 7.what is main purpose of script manager. 8.how u handle cretical transaction. 9.how you syncronize the method from no of user, 10.how change name of shared assambly

1 Answers  


What is verbatim string?

0 Answers  


Are objects passed by reference in c#?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  


What is the extension of c# file?

0 Answers  


Why do we need to override in c#?

0 Answers  


Categories