can we assign null value to value type in c#?
Answer Posted / vikram
ya we can assign null value to valuetype but to certain
datatype only like string but not to int or float.
| Is This Answer Correct ? | 35 Yes | 45 No |
Post New Answer View All Answers
What is the difference between dispose() and finalize() methods in c#?
What is platform independence"?
What type of data type conversion happens when the compiler encounters the following code?
What is the benefit of dependency injection c#?
What is Web.config?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
How do I format in c#?
Can bool be null c#?
What is writeline in c#?
What is Named parameter in C#?
Enlist all the components of an ado.net framework?
How would you describe encapsulation in c#?
How does c# generics and c++ templates compare?
How the versioning applies to Assemblies or can you explain version numbers?
Is there an equivalent to the instanceof operator in visual j++?