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
How does bitwise work?
Do void methods have parameters?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is xamarin used for?
What are delegates and why are they required?
What is a byte in c#?
What is dependency injection?
Why do we use generics in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is the default value of object in c#?
Why abstract class can not be instantiated?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Can a abstract class have a constructor?
What is the use of parse in c#?
What is static and use of it?