What is Nullable Type in c#

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


Please Help Members By Posting Answers For Below Questions

What is interface inheritance in c#?

510


What is event and delegates in c#?

565


Write a C# program to find the Factorial of n

554


What is the difference between finally and finalize block?

507


Explain when should you call the garbage collector in .net?

475






What is difference between tostring() vs convert.tostring() vs (string) cast

536


What are the problem with .NET generics?

546


What is difference between ienumerable and iqueryable in c#?

494


Can we store different data types in arraylist in c#?

460


Can namespace contain the private class?

487


What is lazy loading c#?

497


What is enum in c#?

526


What are static and dynamic variables?

640


Is dll a library?

481


What are the Types of assemblies that can be created in dotnet

653