What statements can enclose a "continue" statement?

Answers were Sorted based on User's Feedback



What statements can enclose a "continue" statement?..

Answer / ajay gautam

while, do, for, or for each

Is This Answer Correct ?    52 Yes 4 No

What statements can enclose a "continue" statement?..

Answer / stephen huang

while, do, for, or foreach

Is This Answer Correct ?    22 Yes 1 No

What statements can enclose a "continue" statement?..

Answer / aspdev556

Looping:
For, While, DoWhile

Is This Answer Correct ?    11 Yes 6 No

Post New Answer

More C Sharp Interview Questions

Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

0 Answers   Siebel,


What is JIT (just in time)? how it works?

0 Answers  


Can you specify nested classes as partial classes?

0 Answers  


Can we have the method in drived class with the same name which is there in base class?

6 Answers   TCS,


Is c# code is managed or unmanaged code?

0 Answers  






Why do we need delegates?

0 Answers  


What's difference about switch statements in C# ?

1 Answers  


What is a delegate in c#?

0 Answers  


What is the use of "default" and "Using" keyword?

3 Answers   TCS,


how to calculate multiple pdf files page count?

0 Answers  


What is the difference between out and ref in c#?

0 Answers  


What is a copy constructor in c#?

0 Answers  


Categories