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 are the properties of Thread class?
How to create an alias name for a namespace?
what is the additional features in 1.1 rather than 1.0
What is the greatest advantage of using asp.net mvc over asp.net webforms?
How to Create an Intranet Site Using ASP.NET MVC?
What are Action Filters in ASP.NET MVC and its use?
what is view state
mention what is the key advantage of using entity framework or ef?
What are the components required to create a route in ASP.Net MVC?
what is entity graph in entity framework?
Explain the request flow in asp.net mvc framework?
Can we have more than 1 partial classes in the same file?