What happens when you encounter a continue statement inside the for loop ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain two instances where routing is not implemented or required?
Explain how to use multiple submit buttons in ASP.Net MVC?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is routeconfig.cs in mvc 4?
What type of filter does outputcacheattribute class represents?
What is .net framework in simple terms?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Does windows 10 need .net framework?
what is use of entitydatasource control?
Give an example for authorization filters in an asp.net mvc application?
what is entity framework advantage?
Is .net framework going away?
what is way of loading data in ef (entity framework)?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?