Possible duplicate:
Where are types with a null value stored in memory?
A very simple question about Nullable types - where are values ββwith a null value stored - heap or stack?
I believe that it should be stored in Stack, since the Nullable stack is a structure. How is the null value stored on the stack?
source
share