What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / 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 |
Post New Answer View All Answers
What is managed or unmanaged code?
Can properties be overloaded in c#?
Explain what are the steps for creating clr trigger?
What does void mean in c#?
What is dao in c#?
What are the properties of string?
What is difference between virtual and override in c#?
Define xslt.
Why use a singleton instead of static methods?
What are the different states of a thread?
What is the difference between ienumerable and enumerable?
What is iqueryable in c#?
What is generic in c#?
What is c sharp used for?
What does public mean in c#?