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 is system console writeline in c#?
Is null or empty in c#?
List some Advantages of switch-case over if else?
How can I access the registry from c# code?
What is the purpose of constructor in c#?
Is array reference type in c#?
Is c# int immutable?
What is function and method in c#?
How do you remove white spaces from a string?
What is the difference between public, static, and void?
Can enum have methods c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What are the benefits of using windows services:
Differentiate between sqlclient oledb and providers?
Explain About multi level and multiple inheritance how to achieve in .net