can we assign null value to value type in c#?
Answer Posted / neelima
string is a reference type..its not a value type..
| Is This Answer Correct ? | 61 Yes | 8 No |
Post New Answer View All Answers
What is an inheritance in c#?
Do while loops yes or no c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Why we use extension methods in c#?
Can I get the name of a type at runtime?
How many static constructors are allowed in a class?
What is byte c#?
What is using keyword?
What is the use of the dispose method in C# ?
What are custom exceptions in C#?
What is cts, clr?
How can I develop an application that automatically updates itself from the web?
What is default value of bool in c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
what is IDisposal interface,IComparable,IEquatable,IFormatable