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 |
Which are the abstract classes available under system.xml namespace
what is entityclient?
What is Differnce between html.action and ajax.action?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Is it possible to cancel filter execution?
What is work of clr?
What is edm (entity data model)? : Entity framework
How to create an alias name for a namespace?
What happens when you encounter a continue statement inside the for loop ?
What are html helpers in asp.net mvc?
What is entityset? : Entity framework
how to maintain the session state? what is Abstract class and interface and inheritence with example?