33.

Which of the following types are stored on the heap

A value type stores its contents in memory allocated on the stack. For example, in this case the value 42 is stored in an area of memory called the stack
In contrast, a reference type, such as an instance of a class or an array, is allocated in a different area of memory called the heap