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
Can an int be negative c#?
What is a static field?
What is lazy loading c#?
What are object pooling and connection pooling and difference between them?
What is an arraylist in c#?
What is difference between Trace and Debug
Are arrays immutable c#?
What are Types of assemblies that can be created in dotnet
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What is the difference between iqueryable and ienumerable?
Why do I get a syntax error when trying to declare a variable called checked?
What is the advantage of extension method in c#?
Why would you use untrusted verification?
What is difference between new and override in c#?
What is console programming language?