what is top pointer ? what indicate the top pointer ?
Answers
Answered by
3
Explanation:
stack pointer is a small register that stores the address of the last program request in a stack. ... The most recently entered request always resides at the top of the stack, and the program always takes requests from the top. A stack (also called a pushdown stack) operates in a last-in/first-out sense.
Similar questions