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
Explain the difference between and xml documentation tag?
What the different phase/steps of acquiring a proxy object in webservice?
What does return do in unity?
What is the default value of object in c#?
What is the use of iqueryable in c#?
Is cli same as the clr?
What Is The Smallest Unit Of Execution In .net?
What is ado net in c#?
What is master page in asp net c#?
How do I run a cshtml file?
How can I process command-line arguments?
How C# 4.0 supports dynamic programming language?
To catch any possible exception What is the C# syntax written ?
Can constructor have return type c#?
How can an inner class access the members of outer class?