229k views
3 votes
A stack grows downward from high memory to low memory.

True

False

1 Answer

4 votes

Answer:

True.

Step-by-step explanation:

The direction of growth of the stack is downwards it moves from high memory to low memory. Sometimes the growth of stack is in upward direction but it depends on the compiler but mostly the direction of growth is downwards.When the function calls are made they start from high memory address to low memory address.

User Spedy
by
8.9k points