What is the use of "default" and "Using" keyword?
Answer Posted / kamil
If expression does not match any constant-expression, control is transferred to
the statement(s) that follow the optional default label. If there is no default
label, control is transferred outside the switch.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is check/uncheck?
Why do we overload constructors?
What is difference between Enum and Struct?
What is difference between destructor and finalize?
What is collection class c#?
What is decimal in c#?
What is default value of enum c#?
What is sqladapter c#?
What is lambda expression in c#?
Explain the difference between boxing and unboxing.
What is boolean method?
What is variable and its classification?
Which is faster iqueryable or ienumerable?
What is array and its types in c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!