@Puneeth : Basically when a function is called recursively the system stores
, the return address which is an int (4 bytes) and all the state of the
temporary variables into the stack, so the total size of all the temporary
variables and the return address form the size of one recursive call ...

On Fri, Jul 22, 2011 at 9:56 AM, Puneet Gautam <puneet.nsi...@gmail.com>wrote:

> @rshetty: how do we find the size of one recursive call to main() ?
>
> On 7/21/11, poised <dip10c...@gmail.com> wrote:
> > I was asked the same question related to array size. [you can't use
> > sizeof()]
> > The question checked the awareness of try and catch (exception handling)
> in
> > any language.
> >
> > I think we need to reach till the point of buffer overflow for the
> question
> > asked here.
> >
> > But any other clean trick also welcome :)
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msg/algogeeks/-/GyUSeQ6djIAJ.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/algogeeks?hl=en.
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
Regards
Rajeev N B <http://www.opensourcemania.co.cc>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to