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
Can a class have multiple constructors c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
How do you encapsulate in c#?
What does string format do?
Explain About DTS package
What are the desktop applications?
How can you sort strings in array that are passed to method as arguments?
What is dao in c#?
What is difference between float and integer?
write a c# program add two matrix with input number ?
What is option parameter in C#?
Differentiate between dataset and datareader?
Explain metadata in c#.
Can we declare private class in c#?
Explain how to implement delegates in c#.net