What statements can enclose a "continue" statement?
Answer Posted / stephen huang
while, do, for, or foreach
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
How do I use the 'using' keyword with multiple objects?
What is ildasm.exe used for?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is clr in c#?
Why do we use 0?
What is mvc firstordefault?
What is difference between var dynamic and object in c#?
How do we achieve encapsulation in c#?
What is virtual in c#?
Can a struct inherit from another struct or class in c#?
What is a generic c#?
What is difference between private and static constructor?
What is JIT (just in time)? how it works?
What is meant by unicode characters?
Suppose two interfaces have same method, so how will you implement these methods in derive class?