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 are the benefits of using windows services:
What is inumerable?
How many kinds of elements an array can have?
What are the differences between a class and a struct?
Explain about Oops concept
What is variable in c#?
What is dynamic in c#?
Does c# support #define for defining global constants?
How do partial classes work in c#?
what is a destructor?
What is a generic in c#?
What are the return types in c#?
can you declare an override method to be static if the original method is not static?
What does f mean in c#?
What Is A Multicast Delegate?