Apple Interview Question

How do you know which direction a memory stack grows in?

Interview Answers

Anonymous

Sep 20, 2009

in C, print out the address of variables. You can tell if the direction by comparing 2 addresses in the same stack call.

7

Anonymous

Mar 21, 2009

Just google this question.

1