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 to implement a singleton design pattern in c#?
Define Abstract Class in C#
What is concrete method in c#?
List some of the common data providers for ado.net framework?
How do you access a constant field declared in a class?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is generic in c#?
What is literal in c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
Is array thread safe c#?
How do destructors and garbage collection work in c#?
What is better C# or VB.NET?
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 does exclamation mark mean in access query?
Is there regular expression (regex) support available to c# developers?