Pregunta de entrevista de Apple

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

Respuestas de entrevistas

Anónimo

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

Anónimo

21 mar 2009

Just google this question.

1