1.

What Is Isr? Can They Be Passed Any Parameter And Can They Return A Value?

Answer»

ISR refers to the Interrupt SERVICE Routines. These are PROCEDURES stored at specific memory addresses which are called when certain type of interrupt occurs. The ISRs cannot RETURN a value and they cannot be passed any PARAMETERS.

ISR refers to the Interrupt Service Routines. These are procedures stored at specific memory addresses which are called when certain type of interrupt occurs. The ISRs cannot return a value and they cannot be passed any parameters.



Discussion

No Comment Found