What statements can enclose a "continue" statement?
Answer Posted / ajay gautam
while, do, for, or for each
| Is This Answer Correct ? | 52 Yes | 4 No |
Post New Answer View All Answers
Is visual c# free?
What is instantiating a class in c#?
What is virtual in c#?
What is the difference between var and dynamic types in c# 4.0?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
How do I create a new form in c#?
What is the difference between static class and sealed class in c#?
What is concatenation and when should it be used?
How do I move from one form to another in c#?
What is delegates in c# and uses of delegates?
What is a generic method?
What is collection class c#?
What are the benefits of using windows services:
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Structs are not reference types. Can structs have constructors?