Its from stack. Using int a[n] the amount of memory that can be allocated is
very small as compared to that in case of using malloc( heap allocation ).

On Wed, Jun 15, 2011 at 2:45 PM, sunny agrawal <sunny816.i...@gmail.com>wrote:

> @kartik sachan
> This function is *not* defined in ANSI-C and is *not* part of C++, but is
> supported by some compilers.
>
> and +1 to Shachindra's post.......i also think memory allocation will be
> from heap...not stack
>
>
> On Wed, Jun 15, 2011 at 2:34 PM, Shachindra A C <sachindr...@gmail.com>wrote:
>
>> @vipul : dynamic memory allocation from stack? are you sure? generally
>> dynamic memory allocations are done from the heap right?
>>
>>
>> On Wed, Jun 15, 2011 at 2:28 PM, kartik sachan 
>> <kartik.sac...@gmail.com>wrote:
>>
>>> hey is itoa() is supported by g++ compliers???
>>>
>>>  --
>>> 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,
>> Shachindra A C
>>
>>  --
>> 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.
>>
>
>
>
> --
> Sunny Aggrawal
> B-Tech IV year,CSI
> Indian Institute Of Technology,Roorkee
>
>
>  --
> 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,
Vipul

-- 
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