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 private void in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Explain About friend and Protected friend
Can we customize the serialization process?
What is the meaning of int parse in c#?
What is the use of private constructor in c#?
Why do canadians say zed?
What is an array class?
What is gac? What are the steps to create an assembly and add it to the gac?
How do I trim a space in c#?
Explain data types in c#?
What are the basic string operations? Explain.
What all details the assembly manifest will contain?
Why should I use interface in c#?
What is type system in c#?