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 arraylist c#?

466


What is the purpose of static?

499


What is ienumerable t in c#?

486


How does c# generics and c++ templates compare?

469


Does c# support try-catch-finally blocks?

480






How are methods overloaded?

543


What is a must for multitasking

567


Is stringbuilder thread safe c#?

479


What are the collections in c#?

476


List down the differences between “dispose” and “finalize” methods in c#.

443


Can int be null c#?

527


What is signature c#?

495


what is the syntax to inherit from a class in c#?

544


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

579


What is hashset c#?

496