R
Ramana
how the data will be stored in Stack or Heap
* "Ramana said:how the data will be stored in Stack or Heap
Cor said:Hi Ramana,
In bytes
Was this the question?
Cor
* "Ot said:Are you sure you don't work for Microsoft? Your answer was technically
correct, but not very useful (as articles from MS often are).
There would be only one run-time stack to keep track of all the
different threads and for use within a thread.
Since it is a stack, items
are pushed onto it and popped off. Eventually everything in the stack will
be "used up." Please correct me if this is a wrong guess.