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
How big is a 64 bit integer?
What are the drawbacks of extending an interface as opposed to extending a class?
What is the difference between iqueryable and ienumerable?
What is use of list in c#?
What is console write in c#?
Which programming language is best for desktop applications?
How do we achieve encapsulation in c#?
What is different between Boxing and Unboxing?
How many parameters can a method have c#?
What is an iqueryable in c#?
What is a jagged array?
What are c# i/o classes?
Can you declare struct members as protected?
What is visual c# net?
What is a method signature in c#?