How function works internally
- From: marydeepthy@xxxxxxxxx
- Date: 27 Sep 2006 07:27:28 -0700
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
.
- Follow-Ups:
- Re: How function works internally
- From: Clever Monkey
- Re: How function works internally
- From: raxitsheth2000
- Re: How function works internally
- From: raxitsheth2000
- Re: How function works internally
- From: Keith Thompson
- Re: How function works internally
- From: jmcgill
- Re: How function works internally
- From: Cong Wang
- Re: How function works internally
- Prev by Date: Re: double pointer
- Next by Date: Re: C99 Versus ANSI.
- Previous by thread: C99 Versus ANSI.
- Next by thread: Re: How function works internally
- Index(es):
Relevant Pages
|