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 icomparable in c#?
What are the 2 types of data types available in c#?
What does return do in unity?
How does bitwise xor work?
What are c# attributes and its significance?
What is _layout cshtml?
What is the difference between c and c sharp?
What are the two uses of a ‘using’ statement in c#?
Is array passed by reference in c#?
Explain the different ways a method can be overloaded?
What is marshalling and what are different kinds of marshalling?
Where is the keyword void used?
What are the Types of configuration files and their differences
What is the difference between c and c# programming?
What is the difference between ienumerable and icollection?