Heap-An area of memory reserved for use by the CLR for a
running programming. In .NET languages, reference types
are allocated on the heap.
Reference types-A variable that stores a reference to
data located elsewhere in memory rather than to the
actual data itself. Reference types include array, class,
delegate, and interface
So I guess array will be stored on the heap
HTH
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The posting is provided on an "as is" basis without
warranties of any kind either expressed or implied.