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
Explain the Different types of configuration files in .net?
What is difference between ilist and list?
What is sqlconnection in c#?
Can you see a loop recorder?
Explain the difference between const and static read-only?
What is a dynamic assembly?
Why do we use generics in c#?
Can you have an array of arrays?
What is data annotation in c#?
When was c# created?
What is generic collection in c#?
Is array thread safe c#?
Can you specify nested classes as partial classes?
What is asp net in c#?
What is a nullreferenceexception and how do I fix it?