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
Is linkedhashset synchronized?
Define assert() method? How does it work?
What is session management in c#?
How Reflection is used and what it's significance ?
What is the use of oops in c#?
what is IEquatable
What is string class in c#?
What is type safe code?
What is class and object c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
What is xml serialization in c#?
What is the difference between // comments, /* */ comments and /// comments?
What is private static in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is the benefit of delegate in c#?