What is the functionality of break and continue in Visual
Studio?
Answers were Sorted based on User's Feedback
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 |
Answer / smartboy3k
Break and Continue allows the user to debug the application.
Is This Answer Correct ? | 3 Yes | 7 No |
Is array a list?
Can a constructor have a return type?
Explain states of a thread in c#?
What are predicates in c#?
What is the difference between “constant” and “readonly” variables in c#?
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.
What is singleordefault?
What is the use of private constructor in c#?
What is boxing and unboxing in c#?
Why singleton pattern is used in c#?
What is the resgen.exe tool used for?
Can you inherit multiple interfaces?
7 Answers Host4Big, Mind Tree, Moftak Solutions, Siebel Systems,