Re: How function works internally
- From: Clever Monkey <clvrmnky.invalid@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 10:59:46 -0400
marydeepthy@xxxxxxxxx wrote:
I would like to know what happens internally when a c programme isThis stuff is often implementation and platform specific. For a very readable overview of some typical ways this is done, see van der Linden's "Deep C Secrets".
executed. LIke,
when we call a function, all the previous values will be pushed on to
stack and the local variables of that particular function will be
pushed in to the stack. when the function returns, all the local
variables will be poped out..
like this, what happens when we call a strcpy function. what happens in
stack??
i would like to know from where we can get this information. any
sites..
.
- References:
- How function works internally
- From: marydeepthy
- How function works internally
- Prev by Date: Re: Which compiler for a learner of C?
- Next by Date: Duff's Device
- Previous by thread: Re: How function works internally
- Next by thread: C exercises?
- Index(es):
Relevant Pages
|