Ans: A, Using Checked keyword we can enforce arithmetic overflow check within the specified code block.
This option is used when we set the Arithmetic Overflow Check to false for the entire application.
Incontrast if for the whole application u set Arithmetic Overflow Check to TRUE, but in the code for a particular block u want to bypass this check then use 'Unchecked'
If you have the better answer, then send it to us. We will display your answer after the approval.