static variables are allocated on heap . and global variables are sored on
data segment

On Fri, Sep 2, 2011 at 9:30 AM, rahul sharma <rahul23111...@gmail.com>wrote:

> static variable is stored in data segement so it is alive thorugh the
> prog....go through let us c : data types
>
>
> On Wed, Aug 31, 2011 at 10:16 PM, Swathi <chukka.swa...@gmail.com> wrote:
>
>> C standard doens't fine where it has to be stored.. go through this URL
>>
>> http://www.velocityreviews.com/forums/t443436-where-is-a-static-variable-stored.html
>>
>>
>>
>> On Wed, Aug 31, 2011 at 9:57 PM, rohit <raman.u...@gmail.com> wrote:
>>
>>> Where does a static variable get allocated in memory..?
>>> Like automatic variables get stack, objects allocated through
>>> malloc/calloc get memory from heap...wt abt static variable?
>>>
>>> --
>>> 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/-/5Wj2C8yF74QJ.
>>> 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.
>>
>
>  --
> 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.
>

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