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 are the namespace level elements?
What is yield in c#?
What are events in C#?
What is the difference between paramaterized constructor and copy constructor?
What is anonymous methods in c#?
How to implement an object pool in c#.net.
What is difference between ilist and list?
How Is The Dll Hell Problem Solved In .net?
In dynamic link library, which api is used for load library?
Explain what is an interface in c#?
What is the difference between first and firstordefault?
Why do we need constructor in c#?
Is an array an object c#?
what is the index value of the first element in an array?
What is string literal in c#?