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
Explain About DTS package
What is variable in c#?
Can scriptable objects have methods?
Write down the c# syntax to catch an exception
What is thread.sleep()?
Can we call server-side code (c# or vb.net code) from javascript?
Is array a collection c#?
Is it possible to have different access modifiers on the get/set methods of a property?
What is namespace c#?
List the difference between the virtual method and the abstract method?
Why we use dll in c#?
what are nullable types in c#
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What are delegates and why are they required?
Which are access modifiers available in c#?