Answer Posted / jackir
when value of a datatype excided its limitaion then its
call overflow to avoid this problem we use ckecked and
unchecked
syntax
return unchecked(x+y);
return checked(x+y);
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is dataadapter c#?
What do you mean by saying a "class is a reference type"?
What framework is used for performance testing/load testing?
What is ienumerable t in c#?
Can we override main method in c#?
What is xml c#?
What is desktop GUI application?
Do loops c#?
What is array collection?
What problem does Delegate Solve?
What is a partial method?
What are variables in c#?
Is null in c#?
Is xamarin free?
What is default value of bool in c#?