Computer Science, asked by tulasimurda, 5 months ago

what is the difference between subroutine and interrupt

Answers

Answered by ItsMasterAditya
3

\mathfrak{\huge{\orange{\underline{\underline{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