What happens if no exception is thrown in the try block?
a) The catch block is executed
b) The finally block is executed
c) The code after the catch block is executed
d) The program terminates