Submitted Questions

  • C Interrupts

    How are interrupts executed in C? Where are interrupts stored in the memory? What actually occurs when interrupts are encountered?

    rkanna

    • Dec 26th, 2008

    When ever interrupt will occurs (ex: press keypoard or etc...) while excuting C programming the control stop execution and pushed current data in stack and switch to interrupt handler and then ca...