Computer Science for IGCSE & O level - Programming (Section 15 - No. 50)
Which of the following is an example of exception handling?
FOR loop
TRY and CATCH blocks
IF statement
Array declaration
Explanation
Try and Catch is a mechanism to control the code execution when there is an exception.
Comments (0)
