Re: How function works internally
- From: raxitsheth2000@xxxxxxxxxxx
- Date: 28 Sep 2006 02:51:23 -0700
Very basic article, for First Time Reader, (even i feel the best is to
learn x86 prog )
http://en.wikipedia.org/wiki/Call_stack
Cheers
Raxit Sheth
marydeepthy@xxxxxxxxx wrote:
Hi,
I would like to know what happens internally when a c programme is
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..
i searched alot, but couldnt find.
Thanks in advance
Deepthy
.
- References:
- How function works internally
- From: marydeepthy
- How function works internally
- Prev by Date: Re: How function works internally
- Next by Date: Re: Length of Variable Names Affect Compiled Executable?
- Previous by thread: Re: How function works internally
- Next by thread: Re: How function works internally
- Index(es):
Relevant Pages
|