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
What is difference between out and ref in c#?
How many types of delegates are there in c#?
What is asp net c# corner?
How do I do implement a trace and assert?
What is the reason behind the invention of c#?
What's the difference between abstraction and encapsulation?
What is extension method in c# and how to use them?
Which programming language is best for desktop applications?
What is a generic method?
What is the interface in c#?
How do I open the console?
Why interface is required?
How does inheritance work in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is dataadapter c#?