Why does the exception handler change the PC at the base of the stack after it returns?
a) To prevent stack overflow.
b) To protect memory.
c) To resume execution from the interrupted point.
d) To switch to a different process.