Thursday, June 2, 2011

CALL STACK

This is about how a program works. The one below says how a call stack functions.
http://en.wikipedia.org/wiki/Call_stack
http://en.wikipedia.org/wiki/Calling_convention

The one below explains the call sequence or call stack or stack or execution stack mechanism in C
http://cm.bell-labs.com/cm/cs/who/dmr/clcs.html

No comments:

Post a Comment