Saved Bookmarks
| 1. |
What Is The Difference Between Interrupt Service Routine And Subroutine ? |
|
Answer» SUBROUTINE are the part of executing processes(like any process can CALL a subroutine for ACHIEVE task),while the INTERRUPT subroutine never be the part.interrupt subroutine are subroutine that are EXTERNAL to a process. Subroutine are the part of executing processes(like any process can call a subroutine for achieve task),while the interrupt subroutine never be the part.interrupt subroutine are subroutine that are external to a process. |
|