can we assign null value to value type in c#?
Answer Posted / amit kumar sharma
//Use this
int? intNull = null;
| Is This Answer Correct ? | 64 Yes | 10 No |
Post New Answer View All Answers
What is the default value of singleordefault?
Does c# support a variable number of arguments?
When Should You Call The Garbage Collector In .net?
For methods inside the interface why can’t you specify the accessibility modifier?
write a program to find the biggest palindrome in the given string
Is a c# interface the same as a c++ abstract class?
Can abstract classes be final?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What happens if the inherited interfaces have conflicting method names?
What is difference between event and delegate in c#?
What is the difference between list and array in c#?
Difference between Value type & reference types ? and give the example in .Net?
What is the difference between null and string empty in c#?
How to exclude a property from xml serialization?
Name the control which cannot be placed in mdi?