Correct choice is (b) No
For explanation: The delay function will not work inside any Interrupt and it will not be able to function properly in any way. So, no programmer should use it inside the code dedicated for running as Interrupts. However delayMicroseconds() will work as it normally would.