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 can be done with c#?
What are the different types of assemblies available and their purpose?
What is the difference between CONST and READONLY?
Define an escape sequence, name few strings in escape sequence?
What is array collection?
What is task parallel library?
What is cshtml extension?
What does f mean in c#?
What is data binding with example?
Can we inherit two classes in c#?
Explain how to implement delegates in c#.net
How can an inner class access the members of outer class?
How many constructors can a class have c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is a data set in c#?