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 do you mean by serialization in .NET?
What do you know about WM_CHAR message?
When To use HashTable In C#
What is sealed class in c#?
What is the default value of guid in c#?
What's the difference between abstraction and encapsulation?
What is thread.sleep()?
Does hashset allow duplicates c#?
How main method is called in c#?
What is type system in c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What is strong name in c# and how can we use it?
What are the concepts of dispose method?
Can I do things in il that I can't do in c#?
What is the extension of c# file?