can we assign null value to value type in c#?
Answer Posted / jay
string a = string.Empty;
a = null;
| Is This Answer Correct ? | 14 Yes | 20 No |
Post New Answer View All Answers
Is string nullable in c#?
What is serialization in unity?
How is exception handling implemented in c#?
What is lazy class in c#?
Are attributes inherited c#?
What is difference between destructor and finalize?
Why array is faster than arraylist in c#?
What are the types of constructors?
Is cli same as the clr?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What are the boolean data types in c#?
What is a web service in c#?
Is .net and c# the same?
What is singleordefault?
Can we inherit private class in c#?