What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / amol more
Hey Hi Chandana,
Please correct me ..
if we are say like nullable types are variable which can
have null assigned as their value. Means that variable
holding null value that is undefined.
However, when we decalre the int i mean by deafault i
variable is holding the zero value.
That's the reason both are not same.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is dataview c#?
What is object pool in .net?
What is inumerable?
How assembly versioning in .NET prevent DLL Hell problem?
Why constructor is used in c#?
Describe ways of cleaning up objects in c#.
What is difference between string and string builder?
Explain About Global.asax
What is clr namespace?
How does dependency injection work c#?
What is the difference between dll and lib?
What is dictionary class in c#?
Is string a class in c#?
Why do we need collections in c#?
What is lastindexof c#?