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
What is interface inheritance?
What is deferred execution?
What is lazy in c#?
Define parsing? Explain how to parse a datetime string?
What is native image generator (ngen.exe)?
What is parseexact c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
Can a constructor be private in c#?
What is the main method in c#?
What is wcf c#?
What does string format do?
What is a nullreferenceexception?
What is the difference between system.text.stringbuilder and system.string?
Explain how do you debug an asp.net web application?
Is linkedhashset synchronized?