Q. Which statement will execute at the end of the code, whether the exception raise or not?
β
Correct Answer: (C)
ensure
Explanation: statement ensures that required instructions will execute at the end of the code, whether the exception raise or raised exception is rescued, or the program terminates due to an uncaught exception.