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

Is array a list?

0 Answers  


Can a constructor have a return type?

0 Answers  


Explain states of a thread in c#?

0 Answers  


What are predicates in c#?

0 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


What is singleordefault?

0 Answers  


What is the use of private constructor in c#?

0 Answers  


What is boxing and unboxing in c#?

0 Answers  


Why singleton pattern is used in c#?

0 Answers  


What is the resgen.exe tool used for?

0 Answers  


Can you inherit multiple interfaces?

7 Answers   Host4Big, Mind Tree, Moftak Solutions, Siebel Systems,


Categories