@Siddhartha:
as per my knowledge,
strings are stored in code segment(its read only place) please correct me if
i m wrong.
normal variable/pointer variable stored in stack.
i dont know about array.
Thank you,
Sid.



On Sat, Sep 3, 2011 at 8:30 PM, Siddhartha Banerjee <thefourrup...@gmail.com
> wrote:

> how does compiler internally store the fact that a points to an
> unmodifiable lvalue, and also it's size???
> where are the normal pointer variables stored??? (stack region, heap
> region, data segment???)
> and the array pointer variable and it's range???
>
>  --
> 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