MCQ PracticeSingle Best AnswerTopic: Embedded System
Q
In which of the following is the PUSH-POP mechanism commonly seen?
Question ID
#10481
Subchapter
Embedded System
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Stack Pointer ✔✖
B
Register ✔✖
C
Memory ✔✖
D
Index Register ✔✖
A
Correct Answer: A
Explanation
The stack pointer is often used to store data during subroutine calls, with a push-pop mechanism that pushes data onto the stack for storage and pops it off to retrieve it.