The correct choice is (c) because it returns to the main program where interrupt is generated and set the global interrupt enable bit in SREG
To explain: When an interrupt occurs, the global interrupt enable bit is cleared. If global interrupt enable is cleared it means interrupts are disabled. RETI instruction must last instruction of ISR because it returns to the main program where interrupt is generated and sets the global interrupt enable bit in SREG.