Apple interview question

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

Interview Answers

Anonymous

20 Sept 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

21 Mar 2009

Just google this question.

1