04-25-07 12:19 PM
sam_cit@yahoo.co.in wrote:
> Hi Everyone,
>
> We all know that when the stack segment overflows, we get a error
> saying stack overflow and the program terminates. A main() calling
> itself recursivley results in this,
>
> What happens when the heap segment overflows? when we keep on
> allocating dynamic memory in a loop...
>
We get an error message saying "Do your own homework" ?
[ Post a follow-up to this message ]
|