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
What is assembly c#?
What is the difference between C# 3.5 and C# 4.0?
What is dto c#?
What is ControlBox Propertie
What do you mean by generic class in c#?
Explain the features of an abstract class in net.
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Why do we use readonly in c#?
Can you use foreach iteration on arrays in c#?
What is check/uncheck?
What is the difference between wrapper class and primitive?
Is string nullable in c#?
What is a class level variable in c#?
What is using directive in c#?
Can a class have static constructor?