What happens when you encounter a continue statement inside the for loop ?
Answer / kirti
The code for the rest of the loop is ignored, the control is transferred back to the beginning of the loop.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a round trip?What is a postback?
What is the difference between entity framework and mvc?
How do assemblies find each other?
How can I return string result from action in asp.net mvc?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
Can Static Constructor be Overloaded?Justify it?
What is the 'page life cycle' of an ASP.NET MVC?
What is Reflection in .NET?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is partialview in asp.net mvc?
What is the .net framework and how does it work?
What you mean by routing in mvc?