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 datetime minvalue in c#?
what is the difference between a struct and a class in c#?
What is difference between an Structure and Class?
What is a web service in c#?
What is expression c#?
Are c# strings null terminated?
What is a method signature?
What is interface inheritance?
Is clr a compiler?
When is a class declared as a class abstract?
What basic steps are needed to display a simple report in crystal?
What are partial classes and use of partial classes?
How do you set a class path?
Can you inherit from a static class in c#?
What is the use of the dispose method in C# ?