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...

Use of Checked and UnChecked operators?

Answer Posted / jackir

when value of a datatype excided its limitaion then its
call overflow to avoid this problem we use ckecked and
unchecked
syntax
return unchecked(x+y);
return checked(x+y);

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is linkedhashset synchronized?

1183


Define assert() method? How does it work?

1203


What is session management in c#?

1020


How Reflection is used and what it's significance ?

984


What is the use of oops in c#?

969


what is IEquatable

1053


What is string class in c#?

940


What is type safe code?

942


What is class and object c#?

952


Can we make a Static Constructor Parameterized? Give Reason with your answer

1022


What is xml serialization in c#?

945


What is the difference between // comments, /* */ comments and /// comments?

900


What is private static in c#?

976


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

980


What is the benefit of delegate in c#?

951