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
Describe the parts of assembly.
What does private void mean in c#?
What is AutoMapper in C#?
What is option parameter in C#?
How do you name a variable in c#?
What is this keyword in C#?
What is Implementation inheritance
Can you create sealed abstract class in c#?
How do you prevent a method from being overridden in c#?
What is the compiler of c#?
What is the difference between throw and throw ex?
What is action c#?
Name the method of servicebase class?
What is the use of readkey in c#?
Give an example of a ctype.