What are nullable types? Is Nullable<int> I and int ?i are same.
Answers were Sorted based on User's Feedback
Answer / chandana
nullable types are variable which can have null assigned as
their value.
Yes, they are same.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What does mean c#?
What is difference between ienumerable and iqueryable in c#?
What are the collection classes ?
What is float in unity?
How do I create a multi language, multi file assembly?
How does bitwise xor work?
What is console programming language?
What is string in c# net?
What is form feed in c#?
What are Regex / regular expressions ?
How do you concatenate in c#?
What are the advantages of using c#?