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

What do you mean by “finalize” and “finally” methods in c#?

0 Answers  


How?s method overriding different from overloading?

4 Answers  


What is the execution entry point for a c# console application?

0 Answers  


Can scriptable objects have methods?

0 Answers  


What does mean c#?

0 Answers  






What is difference between dictionary and hashtable in c#?

0 Answers  


If i have 100 objects in my application are out of scope.when first time garbage collected how many objects memory reference are free?

2 Answers   ITC Infotech,


What is the difference between select and selectmany?

0 Answers  


Define property in c#.net?

0 Answers  


What is constructor overloading in c#?

0 Answers  


Differentiate between static class and singleton instance?

0 Answers  


Is learning c# hard?

0 Answers  


Categories