Computer Science, asked by dikshadubey7683, 10 months ago

Difference between program interrupt and subroutine call

Answers

Answered by lalithaveenavadrevu
0

Answer:

Interrupt procedure stores all information necessary to define the state of the CPU rather than storing only the program counter. Subroutine call is called by the user through instructions, whereas Interrupt is called by the hardware or any external signal.

Similar questions