Using stack to save PC and remainder, the reason is ________.
A. some information needed for resuming the current program at the point of interrupt
B. when interrupt occurs, the instruction is not executed over, so the instruction at the point of interrupt must be executed once again
C. the stack must get some information for LIFO
D. the start address of ISR must transfer by stack