Computer Science, asked by sampathkumarraja2001, 6 months ago

What is difference between a software interrupt and a subroutine call

Answers

Answered by aloksingh17801980
1

Answer:

Simply, a subroutine is code you write and call as required, an interrupt is system bound and cannot be called by the user but occurs when something happens (sources are hardware, software and CPU) that requires immediate attention.

Similar questions