Answer Posted / raju
Nullable type is nothing but value type cant store null values
only reference type can store null values.whenever you
assign null values to value type variable from your backend
tables at that time we use nullable.
int? x;
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Why References are stored on heap and variables on stack?
What is an argument in c#?
How string definitions will prevent escaping on backslashes in C#?
What is ienumerator c#?
What is .net console?
What is dataview c#?
Describe the ways of cleaning up objects in c#.
How to add a readonly property in c#.net
What is cookies in c# asp net?
Explain About Virtual functions and their use.
What is .dbml file?
Explain the difference between class and interface in .net?
Why do we use threads in c#?
Why do we need interfaces in c#?
What is the difference between paramaterized constructor and copy constructor?