Computer Science, asked by patilmansik7, 9 months ago

what is top pointer ? what indicate the top pointer ?

Answers

Answered by pallavisrinivas2004
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