Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

In which order the constructor is called for an inherited class?

1111


What is before string in c#?

975


What is a clr (common language runtime)?

945


What is multicast delegate in c# ?

1075


Can we have 2 main methods in c#?

946


What is list collection in c#?

1008


What are the advantages of using c#?

979


What is escape sequence in c#?

1058


What is regex replace in c#?

1059


Are structs value types c#?

940


What is type safe in c#?

925


What does immutable mean in c#?

1006


What does writeline mean?

1041


What is private in c#?

921


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

982