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 / master

which is nullable... is the nullable type....

Is This Answer Correct ?    2 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you prevent a class from being instantiated?

1052


What is the base class in .net from which all the classes are derived from?

1012


Explain About remoting and web services. Difference between them

999


What Is A Multicast Delegate?

1117


List out two different types of errors in c#?

957


What is signature c#?

983


Explain the difference between and xml documentation tag?

960


What is array and arraylist?

1113


Does c# replace c++?

1114


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4441


What is global asax in c#?

986


What is uint64_t?

1033


Can we have multiple threads in one app domain?

987


How do you use nullable?

1017


Wcf and what is difference between wcf and web services?

979