Right choice is (b) immediate next instruction where interrupt is occurred
The best I can explain: When the RETI instruction is executed, PC will fetch 2-bytes (address) from top of stack which is stored when interrupt is occurred. This will return to the place where interrupt is occurred and starts executing instructions.