InterviewSolution
Saved Bookmarks
| 1. |
What Happens After A Sub-block Handles An Exception? |
|
Answer» When a sub-block HANDLES an exception, the CONTROL passes to the NEXT statement in the executable section of the enclosing block immediately after the END statement of the sub-block. When a sub-block handles an exception, the control passes to the next statement in the executable section of the enclosing block immediately after the END statement of the sub-block. |
|