

InterviewSolution
Saved Bookmarks
1. |
Which of the following clean up the stack?(a) interrupt handler(b) processor(c) exception handler(d) memory handlerThe question was posed to me in an online quiz.I'd like to ask this question from Buffer Memory topic in portion Buffering and other Data Structures of Embedded Systems |
Answer» CORRECT option is (c) EXCEPTION handler Explanation: The exception handler CLEANS up the stack memory before returning to the PREVIOUS executing software thread or the generic handler. |
|