An interrupt breaks the execution of instructions and diverts its execution to
An interrupt breaks the execution of instructions and diverts its execution to Correct Answer Interrupt service routine
An interrupt transfers the control to interrupt service routine (ISR). After executing ISR, the control is transferred back again to the main program.