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 collection of classes in c#?
Is array ienumerable c#?
What is a c# delegate?
Explain nullable types in c#?
What is the xml document structure?
What is yield in c#?
How to achieve polymorphism in c#?
What is verbatim string literal in c#?
Why dataset is used in c#?
What is the wildcard character in sql?
What is asp net in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Why dictionary is faster than list?
What is the difference between static class and sealed class in c#?
What is static classes?