In a CPU, what is the purpose of the stack pointer?
Q1. In a CPU, what is the purpose of the stack pointer?
Answer: To store the address of the top of the stack
Explanation: The stack pointer stores the address of the top of the stack, allowing the CPU to manage the stack and perform push and pop operations.