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
Does c# support multiple inheritance (mi)?
What is the difference between a field and a property in c#?
What is difference between il and dll ?
What is the difference between c and c# programming?
What is array c#?
What is a delegate? Explain.
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is single dimensional array in c#?
Explain About Iunknown interface Queue
What is .cshtml file?
In object oriented programming, how would you describe encapsulation in c#?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is a copy constructor in c#?
Why is static constructor called first?
What is the process of Serialization?