What happens when you encounter a continue statement inside the for loop ?



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

Post New Answer

More Dot Net Framework Interview Questions

How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?

1 Answers   Deloitte,


What are the advantages of asp.net mvc?

0 Answers  


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


Have you designed any components?

2 Answers   HP,


Which version of the common language runtime (clr) does the .net framework 3.0 use?

0 Answers  






Explain the request flow in asp.net mvc framework?

0 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...

2 Answers  


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


What are the methods in Thread class?

3 Answers  


Explain bundle.config in mvc4?

0 Answers  


What are action filters?

0 Answers  


Categories