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
What are synchronous and asynchronous operations?
How to Show Message box in Metro Style App?
What are the steps to create an assembly and add it to the gac?
What is a multicast delegate in c#?
Are c# objects passed by reference?
What is difference between ilist and list?
What is immutable in C#?
What is strongly typed in c#?
When do you generally use a class over a struct?
what is a constructor? What is a destructor?
Explain About DTS package
What is namespace in oop?
What is clr in c#?
What is c# in asp net?
can multiple catch blocks be executed for a single try statement?