Correct answer is (b) To use more pins for interrupts
For explanation: Pin change Interrupts can be used to enable the Arduino to use more than one pin during the interrupt service routine. In ATMega 168 or 328 based Arduino boards, upto 20 pins can be dedicated to interrupts.