Answer Posted / hridya
In a checked context, if the operation is a constant
expression a compile-time error occurs. Otherwise, when the
operation is performed at run-time, a
System.OverflowException is thrown.
In an unchecked context, the result is truncated by
discarding any high-order bits that do not fit in the
destination type.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can a class be protected in c#?
What is xor operation?
What is delegates in c#?
Explain what are the steps for creating clr trigger?
What is instantiating a class?
Can we inherit a class with private constructor in c#?
What is the use of partial methods?
Define assert() method? How does it work?
What is expandoobject in c#?
What is xamarin used for?
What is immutable in C#?
What is Delegate and what is it used for ?
What is activator c#?
What is the difference between a class and an object c#?
What are strings in c#?