@atul/shady: why is it that pointer takes 8 bytes ? So the takes a memory location whose value is the address of the element it points to. Why does the pointer value have to take 8 bytes? I am sorry if I am missing something silly here.
On Thu, Jan 3, 2013 at 3:11 AM, Debabrata Das < [email protected]> wrote: > array would be allocated in stack and stack is very limited compared > to heap.If you want temporary data storage go for stack which will be > freed from stack once array goes out of scope else heap is preferred. > > On Thu, Jan 3, 2013 at 1:01 AM, Rahul <[email protected]> wrote: > > Take a look at the linux kernel . > > Or VLC player 's source code. > > You will not ask this question again. > > -- > > > -- "Even the measly pawn draws respect from the powerful king as it has the power to become a queen one day..Respect everyone in life!" --
